Fix a very small typo (#933)

Changed the word 'make' to 'makes' in 'Do you want to use compression? It is not recommended since the VORACLE attack make use of it.'
This commit is contained in:
Woodie-07 2021-10-20 13:06:11 +01:00 committed by GitHub
parent fa123bede7
commit 506c86f720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ function installQuestions() {
fi
done
echo ""
echo "Do you want to use compression? It is not recommended since the VORACLE attack make use of it."
echo "Do you want to use compression? It is not recommended since the VORACLE attack makes use of it."
until [[ $COMPRESSION_ENABLED =~ (y|n) ]]; do
read -rp"Enable compression? [y/n]: " -e -i n COMPRESSION_ENABLED
done