From 5780f4d09448e7045556e03d3b6f4eb2b4d78bb7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 27 Oct 2011 23:20:03 +0200 Subject: [PATCH] 98-clean-chroot: fix typo (localepurg->localepurge) in warning message --- etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 4e0013a..3667762 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -21,7 +21,7 @@ if [ -x $target/usr/sbin/localepurge ] ; then echo "Running localepurge" $ROOTCMD localepurge else - echo "Warning: localepurg not installed" + echo "Warning: localepurge not installed" fi # revert dpkg-divert of hooks/instsoft.GRMLBASE, which is -- 2.1.4