aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-12-27 11:32:25 +0800
committereadler <eadler@FreeBSD.org>2011-12-27 11:32:25 +0800
commit69e246b9bac1a559eb52ec8911b77df3d3cdc991 (patch)
tree6dc0c9ad49fd45b0aa1c2bae8e6ce6af37c39e36 /Tools
parent4da501e741c4f8325e55fb5eb10e34a63151fbe0 (diff)
downloadfreebsd-ports-gnome-69e246b9bac1a559eb52ec8911b77df3d3cdc991.tar.gz
freebsd-ports-gnome-69e246b9bac1a559eb52ec8911b77df3d3cdc991.tar.zst
freebsd-ports-gnome-69e246b9bac1a559eb52ec8911b77df3d3cdc991.zip
- Remove some old duplicate words. They were getting in way of finding newer ones.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/README2
-rw-r--r--Tools/scripts/README.portsearch2
-rwxr-xr-xTools/scripts/modules/buildmodules.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 6813200adbef..f92c913ee816 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -161,7 +161,7 @@ portsearch - A utility for searching the ports tree.
fields. This option behaves differently to the other op-
tions, see the EXAMPLES section
- -f file Use the index file file instead of /usr/ports/INDEX
+ -f file Use the index file instead of /usr/ports/INDEX
All searches are case-insensitive
diff --git a/Tools/scripts/README.portsearch b/Tools/scripts/README.portsearch
index 1964313d68c0..e1fb6c44cf27 100644
--- a/Tools/scripts/README.portsearch
+++ b/Tools/scripts/README.portsearch
@@ -39,7 +39,7 @@ DESCRIPTION
fields. This option behaves differently to the other op-
tions, see the EXAMPLES section
- -f file Use the index file file instead of /usr/ports/INDEX
+ -f file Use the index file instead of /usr/ports/INDEX
All searches are case-insensitive
diff --git a/Tools/scripts/modules/buildmodules.pl b/Tools/scripts/modules/buildmodules.pl
index 66d990ab4974..572afb462be1 100755
--- a/Tools/scripts/modules/buildmodules.pl
+++ b/Tools/scripts/modules/buildmodules.pl
@@ -130,7 +130,7 @@ my %src_mods = ();
# If a duplicate is found with CVSROOT-src/modules, rename the modname
# to "ports_" + modname.
#
-# If a duplicate modname is is found, copy the original to DIR + modname
+# If a duplicate modname is found, copy the original to DIR + modname
# and continue for these modnames (and any future ones) as DIR + modname.
#
my %mods = ();