Skip to content

Commit 76c7ac6

Browse files
committed
Minor typo
1 parent 9f6049d commit 76c7ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/TextTreeParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class TextTree
151151
void Clear();
152152
uint32_t GetNodeCount() const throw();
153153
bool empty() const throw(); // Node there exists a virtual root. So after calling ReadNodes, it will be non-empty even if the file was empty.
154-
iterator begin(); // Iterator warks entire tree, top down (pre-order).
154+
iterator begin(); // Iterator walks entire tree, top down (pre-order).
155155
iterator end();
156156
iterator BeginFirstChild(); // You cannot deference this iterator, but you can use it to search from.
157157

0 commit comments

Comments
 (0)