From c0c59bcc2324fd366aec4d85f6d8d81412c097db Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 26 Apr 2013 11:58:51 +0200 Subject: [PATCH] - fix typo in error message --- snapper/XAttributes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- 2.47.3