aboutsummaryrefslogtreecommitdiffstats
path: root/sm/decrypt.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-01-13 18:00:46 +0000
committerWerner Koch <[email protected]>2005-01-13 18:00:46 +0000
commit444c93043d8d2c9734df9be6067a30292739a9d9 (patch)
treea04b757300e10c5b1002ce43b02b94e278f2bdb1 /sm/decrypt.c
parentUpdated. (diff)
downloadgnupg-444c93043d8d2c9734df9be6067a30292739a9d9.tar.gz
gnupg-444c93043d8d2c9734df9be6067a30292739a9d9.zip
* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
Diffstat (limited to '')
-rw-r--r--sm/decrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/decrypt.c b/sm/decrypt.c
index 8ac2e23fe..9e5518b0f 100644
--- a/sm/decrypt.c
+++ b/sm/decrypt.c
@@ -333,7 +333,7 @@ gpgsm_decrypt (ctrl_t ctrl, int in_fd, FILE *out_fp)
numbuf, algoid?algoid:"?", NULL);
}
- /* If it seems that this is not an ecrypted message we
+ /* If it seems that this is not an encrypted message we
return a more sensible error code. */
if (!algoid)
rc = gpg_error (GPG_ERR_NO_DATA);