about summary refs log tree commit diff
path: root/db2/makedb.c
diff options
context:
space:
mode:
Diffstat (limited to 'db2/makedb.c')
-rw-r--r--db2/makedb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db2/makedb.c b/db2/makedb.c
index be4ba95121..d1259ea18c 100644
--- a/db2/makedb.c
+++ b/db2/makedb.c
@@ -318,7 +318,7 @@ process_input (input, inname, output, to_lowercase, be_quiet)
 	      status = 0;
 	    }
 	  else
-	    error (0, errno, gettext ("while writing data base file"));
+	    error (0, errno, gettext ("while writing database file"));
 
 	  status = status ? EXIT_FAILURE : EXIT_SUCCESS;