diff options
-rw-r--r-- | bin/phase-helpers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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: <DEPEND ATOM> # @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: <DEPEND ATOM> # @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() { |