[arch-releng] [PATCH for AIF] Typo fix: s/sucess/success/

Jon Cave jon at lionsgoroar.co.uk
Thu Oct 27 06:08:27 EDT 2011


Signed-off-by: Jon Cave <jon at lionsgoroar.co.uk>
---
 src/core/libs/lib-flowcontrol.sh |    4 ++--
 src/core/procedures/interactive  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/core/libs/lib-flowcontrol.sh b/src/core/libs/lib-flowcontrol.sh
index 7dac895..45be9d2 100755
--- a/src/core/libs/lib-flowcontrol.sh
+++ b/src/core/libs/lib-flowcontrol.sh
@@ -139,7 +139,7 @@ execute ()
 }
 
 
-# check if a phase/worker executed sucessfully
+# check if a phase/worker executed successfully
 # returns 0 if ok, the phase/workers' exit state otherwise (and returns 1 if not executed yet)
 # $1 phase/worker
 # $2 phase/worker name
@@ -198,7 +198,7 @@ show_report ()
 			ret=${!exit_var}
 			case "$ret" in
 				"")  data="$data\n > Worker $worker: Skipped";;
-				"0") data="$data\n > Worker $worker: Sucess";;
+				"0") data="$data\n > Worker $worker: Success";;
 				*)   data="$data\n > Worker $worker: Failed";;
 			esac
 		done
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index fa571c8..d6f932c 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -164,7 +164,7 @@ show_report ()
 		local ret=${!exit_var}
 		case "$ret" in
 			"")  data="$data\n > $title: Skipped";;
-			"0") data="$data\n > $title: Sucess";;
+			"0") data="$data\n > $title: Success";;
 			*)   data="$data\n > $title: Failed";;
 		esac
 	done
-- 
1.7.7.1



More information about the arch-releng mailing list