Spelling correction.
[synfig.git] / 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;