(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user