From 8353e06738b2428bb1714ad11acc10c5218f5a1c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Jul 2014 08:47:37 +0200 Subject: Updates to build system --- cutl/xml/parser.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/xml') diff --git a/cutl/xml/parser.hxx b/cutl/xml/parser.hxx index 67beaf4..5c3c959 100644 --- a/cutl/xml/parser.hxx +++ b/cutl/xml/parser.hxx @@ -209,7 +209,7 @@ namespace cutl unsigned long long column () const {return column_;} // Attribute map lookup. If attribute is not found, then the version - // without the default value thows an appropriate parsing exception + // without the default value throws an appropriate parsing exception // while the version with the default value returns that value. // // Note also that there is no attribute(ns,name) version since it -- cgit v1.1