aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-check-pattern.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2018-10-25 20:52:58 +0000
committerDaniel Kahn Gillmor <[email protected]>2018-10-25 20:53:05 +0000
commita7c5d65eb50355274c1b5b047c02c653f518900a (patch)
treed6c8de429f986735973a2ca6a653dad22af06e34 /tools/gpg-check-pattern.c
parentheaders: fix spelling (diff)
downloadgnupg-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.c2
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. */
};