diff -r 4aff2da0d0b3 -r 76a9274f280f hedgewars/pas2cSystem.pas --- a/hedgewars/pas2cSystem.pas Thu May 10 13:45:47 2012 +0400 +++ b/hedgewars/pas2cSystem.pas Thu May 10 22:55:13 2012 +0400 @@ -63,7 +63,7 @@ new, dispose, FillChar, Move : procedure; trunc, round : function : integer; - abs, Sqr : function : integer; + abs, sqr : function : integer; StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring; Length, StrToInt : function : integer;