]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
tlsproxy-add: Fix minor typo in usage description.
authorSimon Ruderich <simon@ruderich.org>
Fri, 9 Aug 2013 18:43:58 +0000 (20:43 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 9 Aug 2013 18:43:58 +0000 (20:43 +0200)
src/tlsproxy-add

index f7a945a85e9a919ea81ddb41d7cd3f317cdbb21d..89d64a10ba962c3b8481391921c1913fb4aa1214 100755 (executable)
@@ -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 "