mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 09:22:42 +01:00
(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