diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 20:52:58 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 20:53:05 +0000 |
commit | a7c5d65eb50355274c1b5b047c02c653f518900a (patch) | |
tree | d6c8de429f986735973a2ca6a653dad22af06e34 /tools/gpg-check-pattern.c | |
parent | headers: fix spelling (diff) | |
download | gnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.gz gnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.zip |
all: fix more spelling errors
Diffstat (limited to 'tools/gpg-check-pattern.c')
-rw-r--r-- | tools/gpg-check-pattern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-check-pattern.c b/tools/gpg-check-pattern.c index 1f015e9e7..dee5d5d47 100644 --- a/tools/gpg-check-pattern.c +++ b/tools/gpg-check-pattern.c @@ -91,7 +91,7 @@ static struct enum { PAT_NULL, /* Indicates end of the array. */ PAT_STRING, /* The pattern is a simple string. */ - PAT_REGEX /* The pattern is an extended regualar expression. */ + PAT_REGEX /* The pattern is an extended regular expression. */ }; |