X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_smach.h;h=876b6d4917054b4eca0bdd4dc48b210f41983acb;hb=bbf05c1d5f53f61ec5b033c5c305a497d8389d46;hp=4e065a899b8d5c08d391fdf2c0bc0c14816ecbbb;hpb=36d01e1527fda602a9aed07d209eb34e6770bca8;p=synfig.git diff --git a/ETL/trunk/ETL/_smach.h b/ETL/trunk/ETL/_smach.h index 4e065a8..876b6d4 100644 --- a/ETL/trunk/ETL/_smach.h +++ b/ETL/trunk/ETL/_smach.h @@ -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