* lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
[gnulib.git] / tests / test-gc-md2.c
index d2e92d4..17c3410 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 (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 +74,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 +109,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");