From 9a85b0bfc6d1b5f4129a933d450f3fb780590095 Mon Sep 17 00:00:00 2001 From: Lincoln W <41193328+lincolnthedev@users.noreply.github.com> Date: Wed, 28 Jul 2021 18:32:42 -0400 Subject: [PATCH] Fixed some typos --- scripts/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup b/scripts/setup index fb32153..6cc637b 100755 --- a/scripts/setup +++ b/scripts/setup @@ -64,8 +64,8 @@ recording="" echo "Should the recording feature be included?" echo " IMPORTANT: this is currently a big privacy issues, because it will " echo " record everything which happens in the conference, even when the button" -echo " suggets, that it does not." -echo " make sure that you awalys get peoples consent, before they join a room!" +echo " suggests, that it does not." +echo " make sure that you always get people's consent, before they join a room!" echo " https://github.com/bigbluebutton/bigbluebutton/issues/9202" while [[ ! $recording =~ ^(y|n)$ ]]; do