summaryrefslogtreecommitdiff
path: root/tests/test-gc-hmac-md5.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-28 13:55:19 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-28 13:55:19 +0000
commit253dda65ba289f58d77b01c8acaf8a8298669e8e (patch)
tree506b568de86107851857c79a57a6dd301fe5dfab /tests/test-gc-hmac-md5.c
parentcb1feaf3cc5a6e8e25b0aab6d28a71c26e380a19 (diff)
downloadgnulib-253dda65ba289f58d77b01c8acaf8a8298669e8e.tar.gz
Fix typos in comment, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
Diffstat (limited to 'tests/test-gc-hmac-md5.c')
-rw-r--r--tests/test-gc-hmac-md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-gc-hmac-md5.c b/tests/test-gc-hmac-md5.c
index 1abc559bdc..b8cc3bfaa4 100644
--- a/tests/test-gc-hmac-md5.c
+++ b/tests/test-gc-hmac-md5.c
@@ -66,7 +66,7 @@ main (int argc, char *argv[])
if (memcmp (digest, out, 16) != 0)
{
size_t i;
- printf ("hash 1 missmatch. expected:\n");
+ printf ("hash 1 mismatch. expected:\n");
for (i = 0; i < 16; i++)
printf ("%02x ", digest[i] & 0xFF);
printf ("\ncomputed:\n");