commit: 89a3c549bc5e019cf7f1a495676d0144c0035063 Author: R0b0t1 <R030t1 <AT> gmail <DOT> com> AuthorDate: Tue Sep 19 06:43:59 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 06:59:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=89a3c549
misc-functions.sh: Fix 'within' typo in comment Closes: https://github.com/gentoo/portage/pull/206 bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 18cddea21..b0506bde7 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -7,7 +7,7 @@ # # We're sourcing ebuild.sh here so that we inherit all of it's goodness, # including bashrc trickery. This approach allows us to do our miscellaneous -# shell work withing the same env that ebuild.sh has, but without polluting +# shell work within the same env that ebuild.sh has, but without polluting # ebuild.sh itself with unneeded logic and shell code. # # XXX hack: clear the args so ebuild.sh doesn't see them
