diff options
Diffstat (limited to 'src/verify.c')
-rw-r--r-- | src/verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.c b/src/verify.c index 8aa9d281..f6bc23c4 100644 --- a/src/verify.c +++ b/src/verify.c @@ -911,7 +911,7 @@ parse_error (gpgme_signature_t sig, char *args, int set_status) && gpg_err_code (err) == GPG_ERR_BAD_DATA) { /* This indicates a double plaintext. The only solid way to - handle this is by failing the oepration. */ + handle this is by failing the operation. */ return gpg_error (GPG_ERR_BAD_DATA); } else if (!set_status) |