summaryrefslogtreecommitdiff
path: root/lib/bitset_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitset_stats.c')
-rw-r--r--lib/bitset_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitset_stats.c b/lib/bitset_stats.c
index 54c746c0..bde9b988 100644
--- a/lib/bitset_stats.c
+++ b/lib/bitset_stats.c
@@ -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"));
}