X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-gc-sha1.c;h=63c111c272cec07a00471941ea020bd640ff7c9f;hb=bc7cb38da9d3ee6dcbf20f0dbbcf9cc6e29a04b6;hp=6f05744e9454a03c17a7caab9f323918f72c6dbd;hpb=9ab31861f9eb1dba773ffbeeb097fbc518f73909;p=gnulib.git diff --git a/tests/test-gc-sha1.c b/tests/test-gc-sha1.c index 6f05744e9..63c111c27 100644 --- a/tests/test-gc-sha1.c +++ b/tests/test-gc-sha1.c @@ -17,9 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include #include @@ -55,7 +53,7 @@ main (int argc, char *argv[]) if (memcmp (out, expect, 20) != 0) { size_t i; - printf ("sha1 missmatch. expected:\n"); + printf ("sha1 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n"); @@ -75,7 +73,7 @@ main (int argc, char *argv[]) if (memcmp (out, expect, 20) != 0) { size_t i; - printf ("sha1' missmatch. expected:\n"); + printf ("sha1' mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n"); @@ -110,7 +108,7 @@ main (int argc, char *argv[]) if (memcmp (p, expect, 20) != 0) { size_t i; - printf ("sha1 1 missmatch. expected:\n"); + printf ("sha1 1 mismatch. expected:\n"); for (i = 0; i < 20; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n");