diff --git a/openvpn-install.sh b/openvpn-install.sh index 159c265..4b1c41e 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -127,7 +127,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then echo "Certificate for client $CLIENT revoked" else echo "" - echo "You selected a invalid client!" + echo "You selected an invalid client!" exit 7 fi exit