summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-30 16:01:48 +0000
committerJim Meyering <jim@meyering.net>2000-07-30 16:01:48 +0000
commit493d6182ebcfb90b29b4ffd540500c86a887cbef (patch)
tree1dfa3798c68695ffc076664cb2526198c8ff7fbf /src/cp.c
parent6986c2b9adbf1908a093847c6273307186a6a3ab (diff)
downloadcoreutils-493d6182ebcfb90b29b4ffd540500c86a887cbef.tar.xz
tweak diagnostic
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 2e3aabf39..39413c952 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -257,7 +257,7 @@ re_protect (const char *const_dst_path, int src_offset,
if ((*(x->xstat)) (src_path, &src_sb))
{
- error (0, errno, _("obtaining attributes of %s"),
+ error (0, errno, _("getting attributes of %s"),
quote (src_path));
return 1;
}