From 506c86f720668b53661f414639ca83123f26b48a Mon Sep 17 00:00:00 2001 From: Woodie-07 <40068306+Woodie-07@users.noreply.github.com> Date: Wed, 20 Oct 2021 13:06:11 +0100 Subject: [PATCH] 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.' --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index f2f4250..4ff23a7 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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