From: dooglus Date: Fri, 16 Mar 2007 18:35:04 +0000 (+0000) Subject: Spelling correction. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=f9cb2769597afee48e8e38ffd936d9dc14167bd8;p=synfig.git Spelling correction. git-svn-id: http://svn.voria.com/code@350 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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;