summaryrefslogtreecommitdiffstats
path: root/src/nm.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-09-03 21:31:27 +0000
committerUlrich Drepper <[email protected]>2005-09-03 21:31:27 +0000
commitd112ef86686e4f47aad5b30ee38b4618a2bea611 (patch)
treee540d2a892c393394c2b736fa1506b8984ede691 /src/nm.c
parente3f9b7db6c7361579ec5cc5eb5e414f7e93baeb6 (diff)
Some more message unifications.
Diffstat (limited to 'src/nm.c')
-rw-r--r--src/nm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm.c b/src/nm.c
index 2e3d1615..66e0b21b 100644
--- a/src/nm.c
+++ b/src/nm.c
@@ -365,7 +365,7 @@ process_file (const char *fname, bool more_than_one)
INTERNAL_ERROR (fname);
if (close (fd) != 0)
- error (EXIT_FAILURE, errno, gettext ("while close '%s'"), fname);
+ error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
return result;
}
@@ -377,7 +377,7 @@ process_file (const char *fname, bool more_than_one)
INTERNAL_ERROR (fname);
if (close (fd) != 0)
- error (EXIT_FAILURE, errno, gettext ("while close '%s'"), fname);
+ error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
return result;
}