* rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
[gnulib.git] / tests / test-gc-hmac-sha1.c
index bedb961..788076d 100644 (file)
@@ -57,7 +57,7 @@ main (int argc, char *argv[])
     if (memcmp (digest, out, GC_SHA1_DIGEST_SIZE) != 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");