From 486744d8b1ca157ef68086711a431a85f1bdecf5 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Mon, 8 Dec 2014 22:52:53 +0000 Subject: [PATCH] * add missing space in description git-svn-id: trunk@29225 - --- packages/fcl-base/fpmake.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fcl-base/fpmake.pp b/packages/fcl-base/fpmake.pp index 73e1f31977..1111a6a2c4 100644 --- a/packages/fcl-base/fpmake.pp +++ b/packages/fcl-base/fpmake.pp @@ -25,7 +25,7 @@ begin P.Author := ''; 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];