# HG changeset patch # User Matti Hamalainen # Date 1469704549 -10800 # Node ID f8ea8e833f48fc2e1874c2cfab23050c1c8408ce # Parent 592e5dc7ecef4648109595a1f1b4a381f42d5e94 Typo fix. diff -r 592e5dc7ecef -r f8ea8e833f48 th_network.c --- 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; }