summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-11 14:48:20 +0100
committerDaniel Baumann <daniel@debian.org>2007-11-11 14:48:20 +0100
commit02c57db1966d07c34cc89501abc644cf11a52963 (patch)
tree47355a30cac99f43e6d7c4d0848c37634a17ab59
parentcd101e9220c0528901a69bf0a2035571df0331ab (diff)
downloadvyos-live-build-02c57db1966d07c34cc89501abc644cf11a52963.tar.gz
vyos-live-build-02c57db1966d07c34cc89501abc644cf11a52963.zip
Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>.
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index a96ed1df3..a7a123814 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