Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley72 committed Dec 16, 2023
1 parent fc78e45 commit 1190f8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Release : March 13th, 2004
Bug fixes for 1.2.2

- Bug fix in the position() : it was counting the order of a node within it's brotherhood, which
was correct only if the search was like *[position()=3] (Thanks Daniel C�t�)
was correct only if the search was like *[position()=3] (Thanks Daniel C�t�)

Structural changes for 1.2.2

Expand Down Expand Up @@ -68,6 +68,6 @@ Bug fixes for 1.2
Structural changes for 1.2

- Group all TinyXPath definitions in a TinyXPath namespace
- New configuration header for global #defines (tinyxpath_conf.h) and exclude debuging member functions with ifdefs
- New configuration header for global #defines (tinyxpath_conf.h) and exclude debugging member functions with ifdefs
- Windows : Project with libraries (debug and release)
- Update to latest TinyXML code, where user data are defined on the TiXmlBase level
4 changes: 2 additions & 2 deletions xpath_expression.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class expression_result {
/// String content
TIXML_STRING _S_content;
#ifdef TINYXPATH_DEBUG
/// Comment. This is for debuging only, for stack dump
/// Comment. This is for debugging only, for stack dump
TIXML_STRING _S_comment;
#endif
/// bool content
Expand Down Expand Up @@ -132,7 +132,7 @@ class expression_result {
_e_type = e_double;
_d_content = d_in;
}
/// Set the comment associated with a stack element. This is for debuging
/// Set the comment associated with a stack element. This is for debugging
void v_set_comment(const char* cp_in) {
#ifdef TINYXPATH_DEBUG
_S_comment = cp_in;
Expand Down

0 comments on commit 1190f8e

Please sign in to comment.