X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_smach.h;h=546b64d7c5a0d63522fdc4a7bd2721e47f8fcdf4;hb=f9cb2769597afee48e8e38ffd936d9dc14167bd8;hp=4e065a899b8d5c08d391fdf2c0bc0c14816ecbbb;hpb=8409f0ca72de5e095c627f15cea02b872f1911d8;p=synfig.git diff --git a/ETL/trunk/ETL/_smach.h b/ETL/trunk/ETL/_smach.h index 4e065a8..546b64d 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;