Explorar el Código

* fix another mistake in description

git-svn-id: trunk@29267 -
Tomas Hajny hace 10 años
padre
commit
335dd5a05e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/h2pas/fpmake.pp

+ 1 - 1
utils/h2pas/fpmake.pp

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