From: Ondrej Kozina Date: Fri, 26 Apr 2013 09:58:51 +0000 (+0200) Subject: - fix typo in error message X-Git-Tag: v0.1.4~24^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0c59bcc2324fd366aec4d85f6d8d81412c097db;p=thirdparty%2Fsnapper.git - fix typo in error message --- diff --git a/snapper/XAttributes.cc b/snapper/XAttributes.cc index 3dfaaaa3..4d1cf001 100644 --- a/snapper/XAttributes.cc +++ b/snapper/XAttributes.cc @@ -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(); } }