forked from mirror/openmw-tes3mp
fixed spelling of an error message
This commit is contained in:
parent
3b990795c4
commit
5c0071f320
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ namespace Compiler
|
||||||
else if (offset<0)
|
else if (offset<0)
|
||||||
opJumpBackward (code, -offset);
|
opJumpBackward (code, -offset);
|
||||||
else
|
else
|
||||||
throw std::logic_error ("inifite loop");
|
throw std::logic_error ("infinite loop");
|
||||||
}
|
}
|
||||||
|
|
||||||
void jumpOnZero (CodeContainer& code, int offset)
|
void jumpOnZero (CodeContainer& code, int offset)
|
||||||
|
|
Loading…
Reference in a new issue