Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2019 16:40:15 +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: r506476 - head/Tools/scripts
Message-ID:  <201907121640.x6CGeFhN076757@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Jul 12 16:40:14 2019
New Revision: 506476
URL: https://svnweb.freebsd.org/changeset/ports/506476

Log:
  Fix typos/grammar.
  
  Thanks for the review, Mark.
  
  Reported by:	linimon@

Modified:
  head/Tools/scripts/bump_revision.pl

Modified: head/Tools/scripts/bump_revision.pl
==============================================================================
--- head/Tools/scripts/bump_revision.pl	Fri Jul 12 16:37:03 2019	(r506475)
+++ head/Tools/scripts/bump_revision.pl	Fri Jul 12 16:40:14 2019	(r506476)
@@ -14,8 +14,8 @@
 # about the envionment, for security reasons, and is considered
 # good Perl practice.
 #
-# You must use either the -l (shaLlow, avoid grandparent dependencies,
-# slower) or -g option (include grandparend dependencies) option.
+# You can use either the -l (shaLlow, avoid grandparent dependencies,
+# slower) or -g option (include grandparent dependencies) option.
 #
 # MAINTAINER=	mandree@FreeBSD.org
 #
@@ -176,7 +176,7 @@ my %DEPPORTS = ();
 
 foreach my $PORT (@ARGV) {
     #
-    # See if the port does really exists.
+    # See if the port really exists.
     # If specified as category/portname, that should be enough.
     # If specified as portname, check all categories for existence or duplicates.
     #



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