changeset 430:f8eb47b52a75

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Sep 2016 00:45:23 +0300
parents 77ae15ffc3cc (current diff) f8ea8e833f48 (diff)
children d41cb5983772
files COPYING
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING	Tue Sep 27 00:44:34 2016 +0300
+++ b/COPYING	Tue Sep 27 00:45:23 2016 +0300
@@ -1,5 +1,5 @@
 th-libs - Simple helper functions library in ISO C99
-Programmed and designed by Matti 'ccr' Hämäläinen
+Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
 (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
 
 
--- a/th_network.c	Tue Sep 27 00:44:34 2016 +0300
+++ b/th_network.c	Tue Sep 27 00:45:23 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;
     }