X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-gc-md2.c;h=b52879da004a8bec9ac9ddb4c2c43940f4f7a18e;hb=cb07569c0de7172006a6dcf94adc5658fdaa523c;hp=d2e92d4001f4e823e472461ada082a0c280e4f3e;hpb=c5d8261e0e5c4675b6238af2f25cad968b94d8c8;p=gnulib.git diff --git a/tests/test-gc-md2.c b/tests/test-gc-md2.c index d2e92d400..b52879da0 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");