[libxml++/libxml++-3.0] Fix tiny comment typo.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml++/libxml++-3.0] Fix tiny comment typo.
- Date: Mon, 12 Dec 2016 08:19:27 +0000 (UTC)
commit be996b0ce4585e929663cd765e94a5f563997d8b
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]