spelling fixes
authorThorsten Glaser <tg@mirbsd.org>
Sun, 7 Jun 2009 18:06:06 +0000 (18:06 +0000)
committerMichael Prokop <mika@grml.org>
Sat, 13 Jun 2009 08:58:30 +0000 (10:58 +0200)
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
grml-live

index df26b86..0ee4a42 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -562,7 +562,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then
 
       if [ -z "$NO_ADDONS" ] ; then
          if ! [ -d /usr/share/grml-live/templates/boot/addons/bsd4grml ] ; then
-           ewarn "Boot addons not found, skipping therefor. (Consider installing package grml-live-addons)" ; eend 0
+           ewarn "Boot addons not found, skipping therefore. (Consider installing package grml-live-addons)" ; eend 0
          else
            # copy only files so we can handle bsd4grml on its own
            for file in ${TEMPLATE_DIRECTORY}/boot/addons/* ; do