From d6d5009d2336ed3e89ee2294330b1ef76404d278 Mon Sep 17 00:00:00 2001 From: Chloride Cull Date: Sun, 3 Jan 2016 16:48:23 +0100 Subject: [PATCH] Fix typos in questions.sh sed s/supress/suppress/g sed s/depencies/dependencies/g --- setup/questions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/questions.sh b/setup/questions.sh index c7d967fc..eebb5336 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -3,9 +3,9 @@ if [ -z "$NONINTERACTIVE" ]; then # this was being able to ask the user for input even if stdin has been redirected, # e.g. if we piped a bootstrapping install script to bash to get started. In that # case, the nifty '[ -t 0 ]' test won't work. But with Vagrant we must suppress so we - # use a shell flag instead. Really supress any output from installing dialog. + # use a shell flag instead. Really suppress any output from installing dialog. # - # Also install depencies needed to validate the email address. + # Also install dependencies needed to validate the email address. if [ ! -f /usr/bin/dialog ] || [ ! -f /usr/bin/python3 ] || [ ! -f /usr/bin/pip3 ]; then echo Installing packages needed for setup... apt-get -q -q update