mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
fixed spelling of an error message
This commit is contained in:
parent
3b990795c4
commit
5c0071f320
@ -593,7 +593,7 @@ namespace Compiler
|
||||
else if (offset<0)
|
||||
opJumpBackward (code, -offset);
|
||||
else
|
||||
throw std::logic_error ("inifite loop");
|
||||
throw std::logic_error ("infinite loop");
|
||||
}
|
||||
|
||||
void jumpOnZero (CodeContainer& code, int offset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user