diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-01-05 01:35:58 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-01-05 01:35:58 +0000 |
commit | 58e5e2482e37c86d99ff58de306058c3b0deabd3 (patch) | |
tree | 63a0582a4420523caf42acd5c033fc5dea52eea4 /Tools | |
parent | 06c41370af9050511b41ec83a51ef700ab0a18c4 (diff) | |
download | ports-58e5e2482e37c86d99ff58de306058c3b0deabd3.tar.gz ports-58e5e2482e37c86d99ff58de306058c3b0deabd3.zip |
Notes
Diffstat (limited to 'Tools')
-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, |