have bootstrap initialize git-merge-changelog if found
[gnulib.git] / tests / test-gc-hmac-sha1.c
index bedb961..d39f3c5 100644 (file)
@@ -17,9 +17,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  * 02110-1301, USA.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <stdio.h>
 #include <string.h>
@@ -57,7 +55,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");