--- math++/nodes.h.orig Fri Aug 13 12:59:11 2004 +++ math++/nodes.h Fri Aug 13 12:59:31 2004 @@ -130,7 +130,7 @@ TNode *get() const { return FCurrent; } TNodeIterator& operator++() { increment(); return *this; } - TNodeIterator& operator--() { declrement(); return *this; } + TNodeIterator& operator--() { decrement(); return *this; } }; template