aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-01-05 01:35:58 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-01-05 01:35:58 +0000
commit58e5e2482e37c86d99ff58de306058c3b0deabd3 (patch)
tree63a0582a4420523caf42acd5c033fc5dea52eea4 /Tools
parent06c41370af9050511b41ec83a51ef700ab0a18c4 (diff)
downloadports-58e5e2482e37c86d99ff58de306058c3b0deabd3.tar.gz
ports-58e5e2482e37c86d99ff58de306058c3b0deabd3.zip
Tools/scripts/bump_revision.pl: Fix typo in comment
Notes
Notes: svn path=/head/; revision=522077
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/bump_revision.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/bump_revision.pl b/Tools/scripts/bump_revision.pl
index cc46a89f3ebb..b417731b351d 100755
--- a/Tools/scripts/bump_revision.pl
+++ b/Tools/scripts/bump_revision.pl
@@ -11,7 +11,7 @@
# ports tree, such as /usr/ports.
#
# The shebang line above includes -T (taint) to be more distrustful
-# about the envionment, for security reasons, and is considered
+# about the environment, for security reasons, and is considered
# good Perl practice.
#
# You can use either the -l (shaLlow, avoid grandparent dependencies,