[libxml++] Fix tiny comment typo.



commit dad70571da6ed2da753def4c71a66930a21c02cb
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 8 11:25:59 2016 +0100

    Fix tiny comment typo.

 examples/sax_parser_build_dom/svgparser.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/sax_parser_build_dom/svgparser.cc b/examples/sax_parser_build_dom/svgparser.cc
index 7398002..44bfe91 100644
--- a/examples/sax_parser_build_dom/svgparser.cc
+++ b/examples/sax_parser_build_dom/svgparser.cc
@@ -80,7 +80,7 @@ void Parser::on_start_element(const Glib::ustring& name,
   delete element_normal;
   element_normal = nullptr;
 
-  // TODO: Again, this requires knowledge of the libxml++ implemenation -
+  // TODO: Again, this requires knowledge of the libxml++ implementation -
   // specifically that the base xmlpp::Node() constructor will reassociate
   // the underyling C instance with this new C++ instance, by seeting _private.
   //


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]