Correct spelling of Skybox bounds exception

This commit is contained in:
Joe Iaquinto
2019-01-23 20:01:00 -05:00
parent b3a26d013b
commit a2ffd70af2

View File

@@ -127,7 +127,7 @@ class Skybox
{
if (!expr.startsWith("bounds"))
{
throw new IllegalArgumentException("Expceted bounds (" + filename + ":" + lineNo + ")");
throw new IllegalArgumentException("Expected bounds (" + filename + ":" + lineNo + ")");
}
x1 = Integer.parseInt(m.group("bx1")) * 8;
y1 = Integer.parseInt(m.group("by1")) * 8;