diff --git a/2.10/Source/ControlPoint.pas b/2.10/Source/ControlPoint.pas index 7393b68..4dc93b3 100644 --- a/2.10/Source/ControlPoint.pas +++ b/2.10/Source/ControlPoint.pas @@ -1040,7 +1040,7 @@ begin if ((maxx - minx) > 1000) or ((maxy - miny) > 1000) then - raise EMathError.Create('Flame area to large'); + raise EMathError.Create('Flame area too large'); center[0] := (minx + maxx) / 2; center[1] := (miny + maxy) / 2;