]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 c420e8ff7bca1e857f901fd7e7ea2fb7d46f4d72..2e3aabf395f5aee3d45c7bbba7c4e4a55713e630 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;
        }