Tests for module 'tsearch'.
[gnulib.git] / tests / test-hmac-md5.c
index 0a85860..fd5059a 100644 (file)
@@ -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");