]> git.saurik.com Git - bison.git/blobdiff - lib/bitset_stats.c
tests: portability fixes.
[bison.git] / lib / bitset_stats.c
index 54c746c001cafb9723134a620e50f93c8c579690..bde9b98848109f24a042cce8c1dad53fea9f02d2 100644 (file)
@@ -284,7 +284,7 @@ bitset_stats_write (const char *file_name)
     {
       if (fwrite (&bitset_stats_info_data, sizeof (bitset_stats_info_data),
                   1, file) != 1)
-        perror (_("cannot not write stats file"));
+        perror (_("cannot write stats file"));
       if (fclose (file) != 0)
         perror (_("cannot write stats file"));
     }