We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b9537 commit be996b0Copy full SHA for be996b0
examples/sax_parser_build_dom/svgparser.cc
@@ -80,7 +80,7 @@ void Parser::on_start_element(const Glib::ustring& name,
80
delete element_normal;
81
element_normal = nullptr;
82
83
- // TODO: Again, this requires knowledge of the libxml++ implemenation -
+ // TODO: Again, this requires knowledge of the libxml++ implementation -
84
// specifically that the base xmlpp::Node() constructor will reassociate
85
// the underyling C instance with this new C++ instance, by seeting _private.
86
//
0 commit comments