changeset 429:f8ea8e833f48

Typo fix.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jul 2016 14:15:49 +0300
parents 592e5dc7ecef
children f8eb47b52a75
files th_network.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_network.c	Wed Jul 13 12:50:08 2016 +0300
+++ b/th_network.c	Thu Jul 28 14:15:49 2016 +0300
@@ -316,7 +316,7 @@
         default:
             err = THERR_INIT_FAIL;
             th_conn_err(conn, err,
-                "Invalid proxy settings for SOCKS 4, unsupported address type requrested.\n");
+                "Invalid proxy settings for SOCKS 4, unsupported address type requested.\n");
             goto out;
     }