aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-07-12 16:40:14 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-07-12 16:40:14 +0000
commit08c566cdbfdaaed85adba7db593caf312fd1d778 (patch)
tree69a984e0d6cdd3059aca865360793557cfdde359 /Tools
parent538b78d50a46e756d3805e3b38a654a6d0c62042 (diff)
downloadports-08c566cdbfdaaed85adba7db593caf312fd1d778.tar.gz
ports-08c566cdbfdaaed85adba7db593caf312fd1d778.zip
Fix typos/grammar.
Thanks for the review, Mark. Reported by: linimon@
Notes
Notes: svn path=/head/; revision=506476
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/bump_revision.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/scripts/bump_revision.pl b/Tools/scripts/bump_revision.pl
index 89ab2e5a0053..cc46a89f3ebb 100755
--- a/Tools/scripts/bump_revision.pl
+++ b/Tools/scripts/bump_revision.pl
@@ -14,8 +14,8 @@
# about the envionment, for security reasons, and is considered
# good Perl practice.
#
-# You must use either the -l (shaLlow, avoid grandparent dependencies,
-# slower) or -g option (include grandparend dependencies) option.
+# You can use either the -l (shaLlow, avoid grandparent dependencies,
+# slower) or -g option (include grandparent dependencies) option.
#
# MAINTAINER= mandree@FreeBSD.org
#
@@ -176,7 +176,7 @@ my %DEPPORTS = ();
foreach my $PORT (@ARGV) {
#
- # See if the port does really exists.
+ # See if the port really exists.
# If specified as category/portname, that should be enough.
# If specified as portname, check all categories for existence or duplicates.
#