aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR0b0t1 <R030t1@gmail.com>2017-09-19 01:43:59 -0500
committerZac Medico <zmedico@gentoo.org>2017-09-18 23:59:37 -0700
commit89a3c549bc5e019cf7f1a495676d0144c0035063 (patch)
treeca43ee40e41b5d045b46b28d3b858238f3b1520c /bin/misc-functions.sh
parentFix emerge --info when using webrsync (bug 630538) (diff)
downloadportage-89a3c549bc5e019cf7f1a495676d0144c0035063.tar.gz
portage-89a3c549bc5e019cf7f1a495676d0144c0035063.tar.bz2
portage-89a3c549bc5e019cf7f1a495676d0144c0035063.zip
misc-functions.sh: Fix 'within' typo in comment
Closes: https://github.com/gentoo/portage/pull/206
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
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