summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-09 22:13:04 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-09 22:13:04 +0000
commit6430efa0bcf9379b50ccaea0e1c2b2ea347ea212 (patch)
treeb440d25866e44eb185b9060418a4f25d95b314c7 /bin
parentForce consistent color output, in case we are capturing fetch (diff)
downloadportage-multirepo-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.tar.gz
portage-multirepo-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.tar.bz2
portage-multirepo-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.zip
Bug #274497 - Misc spelling, grammar, and terminology fixes, including
URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
Diffstat (limited to 'bin')
-rwxr-xr-xbin/misc-functions.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 0249063c..174f28c0 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -68,7 +68,7 @@ install_qa_check() {
unset PORTAGE_QUIET
fi
- # Make sure we disallow insecure RUNPATH/RPATH's
+ # Make sure we disallow insecure RUNPATH/RPATHs
# Don't want paths that point to the tree where the package was built
# (older, broken libtools would do this). Also check for null paths
# because the loader will search $PWD when it finds null paths.
@@ -80,7 +80,7 @@ install_qa_check() {
)
if [[ -n ${f}${x} ]] ; then
vecho -ne '\a\n'
- eqawarn "QA Notice: The following files contain insecure RUNPATH's"
+ eqawarn "QA Notice: The following files contain insecure RUNPATHs"
eqawarn " Please file a bug about this at http://bugs.gentoo.org/"
eqawarn " with the maintaining herd of the package."
eqawarn "${f}${f:+${x:+\n}}${x}"
@@ -93,7 +93,7 @@ install_qa_check() {
fi
fi
- # TEXTREL's are baaaaaaaad
+ # TEXTRELs are baaaaaaaad
# Allow devs to mark things as ignorable ... e.g. things that are
# binary-only and upstream isn't cooperating (nvidia-glx) ... we
# allow ebuild authors to set QA_TEXTRELS_arch and QA_TEXTRELS ...