From: Michael Prokop Date: Thu, 27 Sep 2012 06:22:24 +0000 (+0200) Subject: Fix typo X-Git-Tag: v0.19.8~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=48ac40161820900d952d91fb8128ac474aab7bde;hp=9c4a6913833f105dc6581fc7aa9f737714aa9686 Fix typo Git-Dch: Ignore --- diff --git a/grml-live b/grml-live index a7db0d8..1aad976 100755 --- a/grml-live +++ b/grml-live @@ -148,7 +148,7 @@ fi # source main configuration file: LIVE_CONF=/etc/grml/grml-live.conf if ! [ -r "$LIVE_CONF" ] ; then - log "Confuguration file $LIVE_CONF can not be read, ignoring" + log "Configuration file $LIVE_CONF can not be read, ignoring" else log "Sourcing configuration file $LIVE_CONF" einfo "Sourcing configuration file $LIVE_CONF"