tweak diagnostic
authorJim Meyering <jim@meyering.net>
Tue, 25 Jul 2000 12:28:33 +0000 (12:28 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 Jul 2000 12:28:33 +0000 (12:28 +0000)
src/cp.c

index c420e8f..2e3aabf 100644 (file)
--- 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;
        }