From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/script/api/script_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api/script_list.cpp') diff --git a/src/script/api/script_list.cpp b/src/script/api/script_list.cpp index e2afbff83..353d25d3e 100644 --- a/src/script/api/script_list.cpp +++ b/src/script/api/script_list.cpp @@ -835,7 +835,7 @@ SQInteger ScriptList::Valuate(HSQUIRRELVM vm) return SQ_ERROR; } - /* Retreive the return value */ + /* Retrieve the return value */ SQInteger value; switch (sq_gettype(vm, -1)) { case OT_INTEGER: { -- cgit v1.2.3-54-g00ecf