Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2020 01:35:58 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522077 - head/Tools/scripts
Message-ID:  <202001050135.0051Zwke055210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001050135.0051Zwke055210>