diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpg/t-encrypt-mixed.c | 2 | ||||
-rw-r--r-- | tests/gpgsm/t-genkey.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/gpg/t-encrypt-mixed.c b/tests/gpg/t-encrypt-mixed.c index cc9ce893..57fdc515 100644 --- a/tests/gpg/t-encrypt-mixed.c +++ b/tests/gpg/t-encrypt-mixed.c @@ -31,7 +31,7 @@ #include "t-support.h" -/* Tests mixed symmetric and asymetric decryption. Verifies +/* Tests mixed symmetric and asymmetric decryption. Verifies that an encrypted message can be decrypted without the secret key but that the recipient is also set correctly. */ int diff --git a/tests/gpgsm/t-genkey.c b/tests/gpgsm/t-genkey.c index fb05034f..120ed688 100644 --- a/tests/gpgsm/t-genkey.c +++ b/tests/gpgsm/t-genkey.c @@ -105,7 +105,7 @@ main (void) if (result->fpr) { - fprintf (stderr, "%s:%d: generated key has (unexpectdly) a fingerprint\n", + fprintf (stderr, "%s:%d: generated key has (unexpectedly) a fingerprint\n", __FILE__, __LINE__); exit (1); } |