Fixed some typos

This commit is contained in:
Lincoln W 2021-07-28 18:32:42 -04:00 committed by GitHub
parent 0dd3d9a0bc
commit 9a85b0bfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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