Fix typo: Sucessfully -> Successfully
authorMichael Prokop <mika@grml.org>
Tue, 4 Aug 2009 22:26:26 +0000 (00:26 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 4 Aug 2009 22:26:26 +0000 (00:26 +0200)
grml-live

index 7ba5138..6e4522c 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -872,8 +872,8 @@ fi
 
 # finalize {{{
 [ -n "$start_seconds" ] && SECONDS="$[$(cut -d . -f 1 /proc/uptime)-$start_seconds]" || SECONDS="unknown"
-einfo "Sucessfully finished execution of $PN [running ${SECONDS} seconds]" ; eend 0
-log "Sucessfully finished execution of $PN [running ${SECONDS} seconds]"
+einfo "Successfully finished execution of $PN [running ${SECONDS} seconds]" ; eend 0
+log "Successfully finished execution of $PN [running ${SECONDS} seconds]"
 bailout 0
 # }}}