summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-12-27 03:32:25 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-12-27 03:32:25 +0000
commit621a1828da1065265968139e8966827d42452d28 (patch)
tree08968211f740abba96e367796d5810e0ee89fa39 /Tools
parentChanged the mozc-el port to use the master mozc-server port (diff)
- Remove some old duplicate words. They were getting in way of finding newer ones.
Notes
Notes: svn path=/head/; revision=288093
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 = ();