1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

tweak diagnostic

This commit is contained in:
Jim Meyering
2000-07-25 12:28:33 +00:00
parent 1bfc7036c0
commit 289dacfa49
+1 -1
View File
@@ -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;
}