commit:     03b9c49ec4aa5dce0d8d4a3666a90d8f720c728b
Author:     Jacob Floyd <cognifloyd <AT> gmail <DOT> com>
AuthorDate: Sat Jan  2 10:51:38 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 10:51:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=03b9c49e

scripts/bootstrap-prefix: fix typo

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index d453ef7e35..268c0d3b54 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2809,7 +2809,7 @@ EOF
        export CHOST=$(portageq envvar CHOST)
 
        # after stage1 and stage2 we should have a bash of our own, which
-       # is preferably over the host-provided one, because we know it can
+       # is preferable over the host-provided one, because we know it can
        # deal with the bash-constructs we use in stage3 and onwards
        hash -r
 

Reply via email to