summaryrefslogtreecommitdiff
path: root/Tools/scripts
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/scripts
parentemulators/rpcs3: update to 0.0.8.9326 (diff)
Tools/scripts/bump_revision.pl: Fix typo in comment
Notes
Notes: svn path=/head/; revision=522077
Diffstat (limited to 'Tools/scripts')
-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,