s/Preform/Perform/ Thanks to exg for reporting.
authorZac Medico <zmedico@gentoo.org>
Sat, 24 Jun 2006 18:01:50 +0000 (18:01 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 24 Jun 2006 18:01:50 +0000 (18:01 -0000)
svn path=/main/trunk/; revision=3642

bin/misc-functions.sh

index f6f0b12402faf5376423e7074ea3e83b166bcee9..b4cd730409b3868bcbd33cc9446b919bda36339d 100755 (executable)
@@ -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})"