diff th_network.c @ 429:f8ea8e833f48

Typo fix.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jul 2016 14:15:49 +0300
parents bffd3caf2d2c
children 1b3472ba7b23
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;
     }