svn commit: r522077 - head/Tools/scripts

Matthias Andree mandree at FreeBSD.org
Sun Jan 5 01:35:58 UTC 2020


Author: mandree
Date: Sun Jan  5 01:35:58 2020
New Revision: 522077
URL: https://svnweb.freebsd.org/changeset/ports/522077

Log:
  Tools/scripts/bump_revision.pl: Fix typo in comment

Modified:
  head/Tools/scripts/bump_revision.pl

Modified: head/Tools/scripts/bump_revision.pl
==============================================================================
--- head/Tools/scripts/bump_revision.pl	Sun Jan  5 00:30:39 2020	(r522076)
+++ head/Tools/scripts/bump_revision.pl	Sun Jan  5 01:35:58 2020	(r522077)
@@ -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,


More information about the svn-ports-all mailing list