diff options
| author | Ulrich Drepper <[email protected]> | 2005-09-03 21:31:27 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-09-03 21:31:27 +0000 |
| commit | d112ef86686e4f47aad5b30ee38b4618a2bea611 (patch) | |
| tree | e540d2a892c393394c2b736fa1506b8984ede691 /src/nm.c | |
| parent | e3f9b7db6c7361579ec5cc5eb5e414f7e93baeb6 (diff) | |
Some more message unifications.
Diffstat (limited to 'src/nm.c')
| -rw-r--r-- | src/nm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |
