aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-12-18 12:55:05 +0100
committerKarsten Loesing <karsten.loesing@gmx.net>2009-12-18 12:55:05 +0100
commitf80672d74786c05a776fdbd8581d553c98d75e5a (patch)
treec9664ecf1c307a3dba4fc298f2d54fc19d0cc44b /src/or/connection.c
parent235f1e1a967cb070c7246617461f58f0413394b3 (diff)
downloadtor-f80672d74786c05a776fdbd8581d553c98d75e5a.tar.gz
tor-f80672d74786c05a776fdbd8581d553c98d75e5a.zip
Remove duplicate words and a duplicate newline.
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index fdbe86741f..8de7ad9e5a 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1375,7 +1375,7 @@ connection_proxy_connect(connection_t *conn, int type)
/* Send a SOCKS4 connect request with empty user id */
if (tor_addr_family(&conn->addr) != AF_INET) {
- log_warn(LD_NET, "SOCKS4 client is incompatible with with IPv6");
+ log_warn(LD_NET, "SOCKS4 client is incompatible with IPv6");
return -1;
}