projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(process_input): Fix typo in message.
[kopensolaris-gnu/glibc.git]
/
db2
/
makedb.c
diff --git
a/db2/makedb.c
b/db2/makedb.c
index
be4ba95
..
d1259ea
100644
(file)
--- 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;