summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-03-21 14:57:52 -0700
committerKevin McCarthy <kevin@8t8.us>2020-03-21 14:57:52 -0700
commit883ccfdfd1728c372b18c5b3622dbf148b2ba8a1 (patch)
tree9c68d49143f8c75e09809186de43dda6f00f01e2 /pgp.c
parentab790a7d0ba20a832699aeb802bd8cc831c71f4f (diff)
Fix typo "delimeter".
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgp.c b/pgp.c
index 92cf6101..a3095a9f 100644
--- a/pgp.c
+++ b/pgp.c
@@ -280,7 +280,7 @@ static int pgp_check_pgp_decryption_okay_regexp (FILE *fpin)
* 1 - no patterns were matched (if delegated to decryption_okay_regexp)
* 0 - DECRYPTION_OKAY was seen, with no PLAINTEXT outside.
* -1 - No decryption status codes were encountered
- * -2 - PLAINTEXT was encountered outside of DECRYPTION delimeters.
+ * -2 - PLAINTEXT was encountered outside of DECRYPTION delimiters.
* -3 - DECRYPTION_FAILED was encountered
*/
static int pgp_check_decryption_okay (FILE *fpin)