summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-06-24 18:01:50 +0000
committerZac Medico <zmedico@gentoo.org>2006-06-24 18:01:50 +0000
commitf4eca579acb65b7f11699b12e2c59a22f06c019c (patch)
treeebfc3bf0765566e75639035d0145a6f5446d3029 /bin/misc-functions.sh
parenteeb1f32c247bcbfee314e6eb29150126d9f092c8 (diff)
downloadportage-f4eca579acb65b7f11699b12e2c59a22f06c019c.tar.gz
portage-f4eca579acb65b7f11699b12e2c59a22f06c019c.tar.bz2
portage-f4eca579acb65b7f11699b12e2c59a22f06c019c.zip
s/Preform/Perform/ Thanks to exg for reporting.
svn path=/main/trunk/; revision=3642
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 f6f0b1240..b4cd73040 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -283,7 +283,7 @@ preinst_suid_scan() {
# total suid control.
if hasq suidctl $FEATURES; then
sfconf=/etc/portage/suidctl.conf
- vecho ">>> Preforming suid scan in ${IMAGE}"
+ vecho ">>> Performing suid scan in ${IMAGE}"
for i in $(find ${IMAGE}/ -type f \( -perm -4000 -o -perm -2000 \) ); do
if [ -s "${sfconf}" ]; then
suid="$(grep ^${i/${IMAGE}/}$ ${sfconf})"