From: Simon Ruderich <simon@ruderich.org>
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/?a=commitdiff_plain;h=58285cca7e83d885f20d34168158a39709fd352b;p=tlsproxy%2Ftlsproxy.git

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 "