X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-hmac-md5.c;h=fd5059a351ea173f09145f4fe76970a887d1df08;hb=373c44dc1d48bf58b7b46ce04bc87d437d20eb5e;hp=0a85860f7ef2eadc8c65b499beb00443b74a16f9;hpb=f6800ee02280d07036209444b32109c54c98ff64;p=gnulib.git diff --git a/tests/test-hmac-md5.c b/tests/test-hmac-md5.c index 0a85860f7..fd5059a35 100644 --- a/tests/test-hmac-md5.c +++ b/tests/test-hmac-md5.c @@ -57,7 +57,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"); @@ -92,7 +92,7 @@ main (int argc, char *argv[]) if (memcmp (digest, out, 16) != 0) { size_t i; - printf ("hash 2 missmatch. expected:\n"); + printf ("hash 2 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); @@ -136,7 +136,7 @@ main (int argc, char *argv[]) if (memcmp (digest, out, 16) != 0) { size_t i; - printf ("hash 3 missmatch. expected:\n"); + printf ("hash 3 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n");