summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-09-16 12:29:10 +0000
committerhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-09-16 12:29:10 +0000
commit13aaa24ac2990530a6692b7865ad0acdda9909ab (patch)
tree018a21d65422445e4c40ea5744bb71660386d5a9
parentd412ff42c94212209fdf7c6f4137e291c4d15393 (diff)
downloadfpc-13aaa24ac2990530a6692b7865ad0acdda9909ab.tar.gz
* correct typo in comments
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@37226 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--utils/mkinsadd.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/mkinsadd.pp b/utils/mkinsadd.pp
index 4bec50ce71..3ec1d5172d 100644
--- a/utils/mkinsadd.pp
+++ b/utils/mkinsadd.pp
@@ -3,9 +3,9 @@
This file is part of Free Pascal build tools
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
creates file install.add which provides information about packages
missing in install.dat in a form allowing copy&paste of individual