Spelling error fixed ;)

This commit is contained in:
utak3r 2005-06-04 12:47:44 +00:00
parent 3945eca85e
commit 0fa8300993

View File

@ -1040,7 +1040,7 @@ begin
if ((maxx - minx) > 1000) or if ((maxx - minx) > 1000) or
((maxy - miny) > 1000) then ((maxy - miny) > 1000) then
raise EMathError.Create('Flame area to large'); raise EMathError.Create('Flame area too large');
center[0] := (minx + maxx) / 2; center[0] := (minx + maxx) / 2;
center[1] := (miny + maxy) / 2; center[1] := (miny + maxy) / 2;