diff options
Diffstat (limited to 'Tools/scripts/bump_revision.pl')
-rwxr-xr-x | Tools/scripts/bump_revision.pl | 2 |
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, |