Skip to content

Commit be996b0

Browse files
committed
Fix tiny comment typo.
1 parent 18b9537 commit be996b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sax_parser_build_dom/svgparser.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void Parser::on_start_element(const Glib::ustring& name,
8080
delete element_normal;
8181
element_normal = nullptr;
8282

83-
// TODO: Again, this requires knowledge of the libxml++ implemenation -
83+
// TODO: Again, this requires knowledge of the libxml++ implementation -
8484
// specifically that the base xmlpp::Node() constructor will reassociate
8585
// the underyling C instance with this new C++ instance, by seeting _private.
8686
//

0 commit comments

Comments
 (0)