summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-25 12:28:33 +0000
committerJim Meyering <jim@meyering.net>2000-07-25 12:28:33 +0000
commit289dacfa49deca7961442c40d24189de057f7bb5 (patch)
treead44044f5e469caba6c8431161aa93d9f7e3b932 /src/cp.c
parent1bfc7036c0f8304a1ec5de1ff8b0ae9e446e17a2 (diff)
downloadcoreutils-289dacfa49deca7961442c40d24189de057f7bb5.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 c420e8ff7..2e3aabf39 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 file attributes of %s"),
+ error (0, errno, _("obtaining attributes of %s"),
quote (src_path));
return 1;
}