Typos.
[synfig.git] / ETL / trunk / ETL / _smach.h
index 4e065a8..876b6d4 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;
 
@@ -391,7 +391,7 @@ public:
                const state_base* old_state=curr_state;
                void *old_context=state_context;
 
-               // Clear out the current state and it's state_context
+               // Clear out the current state and its state_context
                curr_state=0;state_context=0;
 
                // Leave the state