]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fix typo in error message 17/head
authorOndrej Kozina <okozina@redhat.com>
Fri, 26 Apr 2013 09:58:51 +0000 (11:58 +0200)
committerOndrej Kozina <okozina@redhat.com>
Fri, 26 Apr 2013 09:58:51 +0000 (11:58 +0200)
snapper/XAttributes.cc

index 3dfaaaa329e820b954b953844d9a769c8d488343..4d1cf0015d1d965f644ebaeefc61fe8e52a66f44 100644 (file)
@@ -92,7 +92,7 @@ namespace snapper
                v_size = lgetxattr(path.c_str(), name.c_str(), buffer.get(), v_size);
                if (v_size < 0)
                {
-                   y2err("Coudln't get xattrbitue value for the xattrbite name '" << name << "': ");
+                   y2err("Coudln't get xattribute value for the xattribute name '" << name << "': ");
                    throw XAttributesException();
                }
            }