X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_smach.h;h=546b64d7c5a0d63522fdc4a7bd2721e47f8fcdf4;hb=6ecd590bea569b0fb7ad4cb80e79aaf47b4d5ba7;hp=4e065a899b8d5c08d391fdf2c0bc0c14816ecbbb;hpb=36d01e1527fda602a9aed07d209eb34e6770bca8;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;