Spelling correction.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 16 Mar 2007 18:35:04 +0000 (18:35 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 16 Mar 2007 18:35:04 +0000 (18:35 +0000)
git-svn-id: http://svn.voria.com/code@350 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/_smach.h

index 4e065a8..546b64d 100644 (file)
@@ -381,7 +381,7 @@ public:
                while(states_on_stack) pop_state();
 
                // If we are not in a state, then I guess
-               // we were succesful.
+               // we were successful.
                if(!curr_state)
                        return true;