From 69b1485a22dc2b8a2cfe0bd10edcbaad0da0cf6e Mon Sep 17 00:00:00 2001 From: strangerke Date: Thu, 12 May 2011 01:13:57 +0200 Subject: GIT: Clean up: Suppress SVN tags, now useless --- engines/draci/script.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/draci/script.h') diff --git a/engines/draci/script.h b/engines/draci/script.h index a75f6bcbc3..d788dfb66f 100644 --- a/engines/draci/script.h +++ b/engines/draci/script.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #ifndef DRACI_SCRIPT_H -- cgit v1.2.3 From 9539017ee35ce280758f22e589aa52c3baf9aaf3 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 25 May 2011 11:17:11 -0400 Subject: ALL: initialise -> initialize --- engines/draci/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci/script.h') diff --git a/engines/draci/script.h b/engines/draci/script.h index d788dfb66f..72d6f6c344 100644 --- a/engines/draci/script.h +++ b/engines/draci/script.h @@ -106,7 +106,7 @@ private: int _jump; bool _endProgram; - /** List of all GPL commands. Initialised in the constructor. */ + /** List of all GPL commands. Initialized in the constructor. */ const GPL2Command *_commandList; const GPL2Operator *_operatorList; const GPL2Function *_functionList; -- cgit v1.2.3