From: Zac Medico Date: Tue, 8 Nov 2011 19:28:02 +0000 (-0800) Subject: has/best_version: fix grammar in docs X-Git-Tag: v2.2.0_alpha73~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=62a402337c6d43c448ff0b5657ada26ff004d421;p=portage.git has/best_version: fix grammar in docs --- diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index 361aa3f06..27b486f5f 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -600,7 +600,7 @@ _eapi4_src_install() { # @USAGE: # @DESCRIPTION: # Return true if given package is installed. Otherwise return false. -# Callers may override the ROOT variable in order match packages from an +# Callers may override the ROOT variable in order to match packages from an # alternative ROOT. has_version() { @@ -634,7 +634,7 @@ has_version() { # @USAGE: # @DESCRIPTION: # Returns the best/most-current match. -# Callers may override the ROOT variable in order match packages from an +# Callers may override the ROOT variable in order to match packages from an # alternative ROOT. best_version() {