소스 검색

* add missing space in description

git-svn-id: trunk@29225 -
Tomas Hajny 10 년 전
부모
커밋
486744d8b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-base/fpmake.pp

+ 1 - 1
packages/fcl-base/fpmake.pp

@@ -25,7 +25,7 @@ begin
     P.Author := '<various>';
     P.License := 'LGPL with modification, ';
     P.Email := '';
-    P.Description := 'Base library of Free Component Libraries(FCL), FPC''s OOP library.';
+    P.Description := 'Base library of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;
     P.OSes:=AllOSes-[embedded,msdos];