From f9cb2769597afee48e8e38ffd936d9dc14167bd8 Mon Sep 17 00:00:00 2001 From: dooglus Date: Fri, 16 Mar 2007 18:35:04 +0000 Subject: [PATCH] Spelling correction. git-svn-id: http://svn.voria.com/code@350 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/_smach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4