summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-11 11:47:25 +0000
committerJim Meyering <jim@meyering.net>2001-12-11 11:47:25 +0000
commitd5654c49bd0e4cf19a538b09b77d4472438bda92 (patch)
tree1f0ea3e78a812c77463e470ce79c5e9b6709c14a /src/cp.c
parenta6a92722ff61bec29693fae0794f7be769edbe16 (diff)
downloadcoreutils-d5654c49bd0e4cf19a538b09b77d4472438bda92.tar.xz
(re_protect):
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index 6a16ba139..00bc61afa 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -300,7 +300,7 @@ re_protect (const char *const_dst_path, int src_offset,
if ((*(x->xstat)) (src_path, &src_sb))
{
- error (0, errno, _("getting attributes of %s"),
+ error (0, errno, _("failed to get attributes of %s"),
quote (src_path));
return 1;
}