From: Michael Prokop Date: Tue, 4 Aug 2009 22:26:26 +0000 (+0200) Subject: Fix typo: Sucessfully -> Successfully X-Git-Tag: v0.9.20~3 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=533b646324c35fe26c9dcd2848440aa8b73a2923 Fix typo: Sucessfully -> Successfully --- diff --git a/grml-live b/grml-live index 7ba5138..6e4522c 100755 --- 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 # }}}