small typo and grammar fixes

This commit is contained in:
zeromus
2016-04-14 18:07:37 -05:00
parent 98bb79893e
commit d02fa17be2
6 changed files with 9 additions and 9 deletions

View File

@ -455,7 +455,7 @@ pushes a null value into the stack
:param HSQUIRRELVM v: the target VM
:param const SQChar * s: pointer to the string that has to be pushed
:param SQInteger len: lenght of the string pointed by s
:param SQInteger len: length of the string pointed by s
:remarks: if the parameter len is less than 0 the VM will calculate the length using strlen(s)
pushes a string in the stack

View File

@ -91,7 +91,7 @@ removes an element from an arbitrary position in the stack
:param SQInteger nsize: required stack size
:returns: a SQRESULT
ensure that the stack space left is at least of a specified size.If the stack is smaller it will automatically grow. if there's a memtamethod currently running the function will fail and the stack will not be resized, this situatuation has to be considered a "stack overflow".
ensure that the stack space left is at least of a specified size.If the stack is smaller it will automatically grow. if there's a metamethod currently running the function will fail and the stack will not be resized, this situatuation has to be considered a "stack overflow".