[PATCH] Fix trivial typo in xfsrestore warning message

Iustin Pop iusty at k1024.org
Mon Jul 14 12:54:42 CDT 2014


Also modify the po/ files, although not sure if that's the correct
procedure.

Signed-off-by: Iustin Pop <iusty at k1024.org>
---
 po/de.po       | 2 +-
 po/pl.po       | 2 +-
 restore/tree.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/de.po b/po/de.po
index 8811356..8bdd756 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2832,7 +2832,7 @@ msgstr "chmod %s fehlgeschlagen: %s\n"
 #, c-format
 msgid ""
 "attempt to set extended attributes (xflags 0x%x, extsize = 0x%x, projid = 0x%"
-"x)of %s failed: %s\n"
+"x) of %s failed: %s\n"
 msgstr ""
 "Versuch erweiterte Attribute (xflags 0x%x, extsize = 0x%x, projid = 0x%x) "
 "von %s zu setzen fehlgeschlagen: %s\n"
diff --git a/po/pl.po b/po/pl.po
index d4d68b4..3ce823e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3770,7 +3770,7 @@ msgstr "chmod %s nie powiodło się: %s\n"
 #, c-format
 msgid ""
 "attempt to set extended attributes (xflags 0x%x, extsize = 0x%x, projid = 0x"
-"%x)of %s failed: %s\n"
+"%x) of %s failed: %s\n"
 msgstr ""
 "próba ustawienia rozszerzonych atrybutów (xflags 0x%x, extsize = 0x%x, "
 "projid = 0x%x) %s nie powiodła się: %s\n"
diff --git a/restore/tree.c b/restore/tree.c
index 7e6127f..08e177f 100644
--- a/restore/tree.c
+++ b/restore/tree.c
@@ -2617,7 +2617,7 @@ setdirattr( dah_t dah, char *path )
 		       "extended attributes "
 		       "(xflags 0x%x, "
 		       "extsize = 0x%x, "
-		       "projid = 0x%x)"
+		       "projid = 0x%x) "
 		       "of %s failed: "
 		       "%s\n"),
 		     fsxattr.fsx_xflags,
-- 
2.0.0.rc4



More information about the xfs mailing list