From c519bfa3e6afa675dcc7dcaa176a4290e00e4d89 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 23 Sep 2017 16:58:26 +0200 Subject: [PATCH] TT#22411 Fix spelling mistakes/typos s/overriden/overridden/ Change-Id: I8517efa89a6ee33cdbc0c111efe5f4242a268119 --- deployment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.sh b/deployment.sh index 0471542..c5e5b86 100644 --- a/deployment.sh +++ b/deployment.sh @@ -1135,7 +1135,7 @@ else fi fi -# relevant only while deployment, will be overriden later +# relevant only while deployment, will be overridden later if [ -n "$HOSTNAME" ] ; then cat > /etc/hosts << EOF 127.0.0.1 grml localhost @@ -1480,7 +1480,7 @@ fi # make sure `hostname` and `hostname --fqdn` return data from chroot grml-chroot $TARGET hostname -F /etc/hostname -# make sure installations of packages works, will be overriden later again +# make sure installations of packages works, will be overridden later again cat > $TARGET/etc/hosts << EOF 127.0.0.1 localhost 127.0.0.1 $HOSTNAME