From: Simon Ruderich Date: Fri, 9 Aug 2013 18:43:58 +0000 (+0200) Subject: tlsproxy-add: Fix minor typo in usage description. X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=commitdiff_plain;h=58285cca7e83d885f20d34168158a39709fd352b tlsproxy-add: Fix minor typo in usage description. --- diff --git a/src/tlsproxy-add b/src/tlsproxy-add index f7a945a..89d64a1 100755 --- a/src/tlsproxy-add +++ b/src/tlsproxy-add @@ -32,7 +32,7 @@ if test "$#" -ne 1 && test "$#" -ne 2; then echo "is read from stdin." echo echo "The server certificate is NOT validated in any way, you must do " - echo "that before using this command or you risk using a insecure " + echo "that before using this command or you risk using an insecure " echo "certificate!" echo echo "Must be run in the tlsproxy directory where other configuration "