]> code.ossystems Code Review - openembedded-core.git/commitdiff
useradd_base.bbclass: typo fixes (s/scucess/success/)
authorMario Domenech Goulart <mario@ossystems.com.br>
Wed, 1 Apr 2015 13:45:45 +0000 (10:45 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Apr 2015 19:36:07 +0000 (20:36 +0100)
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/useradd_base.bbclass

index c47b1eb810a84efe008d5b06c90cd64d6d65bba0..4398a251549b4d927bafd42e7c2579fef2f43c97 100644 (file)
@@ -29,7 +29,7 @@ perform_groupadd () {
                        fi
                        count=`expr $count + 1`
                        if test $count = $retries; then
-                               bbfatal "Tried running groupadd command $retries times without scucess, giving up"
+                               bbfatal "Tried running groupadd command $retries times without success, giving up"
                        fi
                         sleep $count
                done
@@ -57,7 +57,7 @@ perform_useradd () {
                       fi
                       count=`expr $count + 1`
                       if test $count = $retries; then
-                               bbfatal "Tried running useradd command $retries times without scucess, giving up"
+                               bbfatal "Tried running useradd command $retries times without success, giving up"
                       fi
                       sleep $count
               done
@@ -99,7 +99,7 @@ perform_groupmems () {
                                        rm -f $rootdir${sysconfdir}/gshadow
                                        rm -f $rootdir${sysconfdir}/gshadow-
                                fi
-                               bbfatal "Tried running groupmems command $retries times without scucess, giving up"
+                               bbfatal "Tried running groupmems command $retries times without success, giving up"
                        fi
                        sleep $count
                done
@@ -131,7 +131,7 @@ perform_groupdel () {
                        fi
                        count=`expr $count + 1`
                        if test $count = $retries; then
-                               bbfatal "Tried running groupdel command $retries times without scucess, giving up"
+                               bbfatal "Tried running groupdel command $retries times without success, giving up"
                        fi
                        sleep $count
                done
@@ -159,7 +159,7 @@ perform_userdel () {
                       fi
                       count=`expr $count + 1`
                       if test $count = $retries; then
-                               bbfatal "Tried running userdel command $retries times without scucess, giving up"
+                               bbfatal "Tried running userdel command $retries times without success, giving up"
                       fi
                       sleep $count
               done
@@ -189,7 +189,7 @@ perform_groupmod () {
                        fi
                        count=`expr $count + 1`
                        if test $count = $retries; then
-                               bbfatal "Tried running groupmod command $retries times without scucess, giving up"
+                               bbfatal "Tried running groupmod command $retries times without success, giving up"
                        fi
                        sleep $count
                done
@@ -219,7 +219,7 @@ perform_usermod () {
                       fi
                       count=`expr $count + 1`
                       if test $count = $retries; then
-                               bbfatal "Tried running usermod command $retries times without scucess, giving up"
+                               bbfatal "Tried running usermod command $retries times without success, giving up"
                       fi
                       sleep $count
               done