From 493d6182ebcfb90b29b4ffd540500c86a887cbef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Jul 2000 16:01:48 +0000 Subject: tweak diagnostic --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cp.c') 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; } -- cgit v1.2.3-54-g00ecf