Fix minor spelling mistakes

This commit is contained in:
Fabian Wolff
2016-04-03 17:48:20 +02:00
parent c52b25d864
commit 14ac45d285
4 changed files with 5 additions and 5 deletions

View File

@ -205,7 +205,7 @@ int getargs(HSQUIRRELVM v,int argc, char* argv[],SQInteger *retval)
}
}
//if this point is reached an error occured
//if this point is reached an error occurred
{
const SQChar *err;
sq_getlasterror(v);