Browse Source

* correct typo in comments

git-svn-id: trunk@37226 -
Tomas Hajny 7 years ago
parent
commit
dd723f2c7b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      utils/mkinsadd.pp

+ 3 - 3
utils/mkinsadd.pp

@@ -3,9 +3,9 @@
     This file is part of Free Pascal build tools
     This file is part of Free Pascal build tools
     Copyright (c) 2014-2015 by Tomas Hajny, member of the FPC core team.
     Copyright (c) 2014-2015 by Tomas Hajny, member of the FPC core team.
 
 
-    This program takes processes one or more listing files created with
-    fpmake (e.g. using 'fpmake pkglist --target=<FPC_target> -zp units-'
-    for unit packages or without the '-zp <prefix>' for utils), compares
+    This program processes one or more listing files created with fpmake
+    (e.g. using 'fpmake pkglist --target=<FPC_target> -zp units-' for
+    unit packages or without the '-zp <prefix>' for utils), compares
     them to the text-mode installer configuration file install.dat and
     them to the text-mode installer configuration file install.dat and
     creates file install.add which provides information about packages
     creates file install.add which provides information about packages
     missing in install.dat in a form allowing copy&paste of individual
     missing in install.dat in a form allowing copy&paste of individual