* fixed typo in description

git-svn-id: trunk@29255 -
This commit is contained in:
Tomas Hajny 2014-12-11 15:18:40 +00:00
parent 3fe277f2e4
commit 77ef230ff4

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('zlib');
P.Description := 'Interface units for the ZLIB library - support for deflate compression method using for GZIP, PNG, ZIP, etc.';
P.Description := 'Interface units for the ZLIB library - support for deflate compression method used for GZIP, PNG, ZIP, etc.';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}