From f2e96d49eb9f818c9f98d62137eed91c63ef21bb Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 11 Nov 2007 14:48:20 +0100
Subject: Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>.

---
 functions/defaults.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index a96ed1d..a7a1238 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -602,14 +602,14 @@ Check_defaults ()
 		if [ "${LH_INITRAMFS}" = "live-initramfs" ]
 		then
 			Echo_warning "You selected LH_DISTRIBUTION='etch' and LH_INITRAMFS='live-initramfs'"
-			Echo_warning "This is a possible unsave configuration as live-initramfs is not"
+			Echo_warning "This is a possible unsafe configuration as live-initramfs is not"
 			Echo_warning "part of the etch distribution."
 		fi
 
 		if [ "${LH_UNION_FILESYSTEM}" = "aufs" ]
 		then
 			Echo_warning "You selected LH_DISTRIBUTION='etch' and LH_UNION_FILESYSTEM='aufs'"
-			Echo_warning "This is a possible unsave configuration as aufs is not"
+			Echo_warning "This is a possible unsafe configuration as aufs is not"
 			Echo_warning "part of the etch distribution."
 		fi
 	fi
-- 
cgit v1.0