summaryrefslogtreecommitdiff
path: root/tests/test-gc-md2.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-md2.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-md2.c')
-rw-r--r--tests/test-gc-md2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-gc-md2.c b/tests/test-gc-md2.c
index d2e92d4001..b52879da00 100644
--- a/tests/test-gc-md2.c
+++ b/tests/test-gc-md2.c
@@ -57,7 +57,7 @@ main (int argc, char *argv[])
if (memcmp (out, expect, 16) != 0)
{
size_t i;
- printf ("md2 1 missmatch. expected:\n");
+ printf ("md2 1 mismatch. expected:\n");
for (i = 0; i < 16; i++)
printf ("%02x ", expect[i] & 0xFF);
printf ("\ncomputed:\n");
@@ -76,7 +76,7 @@ main (int argc, char *argv[])
if (memcmp (out, expect, 16) != 0)
{
size_t i;
- printf ("md2 2 missmatch. expected:\n");
+ printf ("md2 2 mismatch. expected:\n");
for (i = 0; i < 16; i++)
printf ("%02x ", expect[i] & 0xFF);
printf ("\ncomputed:\n");
@@ -111,7 +111,7 @@ main (int argc, char *argv[])
if (memcmp (p, expect, 16) != 0)
{
size_t i;
- printf ("md2 3 missmatch. expected:\n");
+ printf ("md2 3 mismatch. expected:\n");
for (i = 0; i < 16; i++)
printf ("%02x ", expect[i] & 0xFF);
printf ("\ncomputed:\n");