Browse Source

* fix another mistake in description

git-svn-id: trunk@29266 -
Tomas Hajny 10 years ago
parent
commit
fdd389e72b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpcmkcfg/fpmake.pp

+ 1 - 1
utils/fpcmkcfg/fpmake.pp

@@ -22,7 +22,7 @@ begin
     P.License := 'LGPL with modification';
     P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
-    P.Description := 'An utility to create the Free Pascal configuration files.';
+    P.Description := 'A utility to create the Free Pascal configuration files.';
     P.NeedLibC:= false;
 
     P.Directory:=ADirectory;