From 36468ec44b6dc3443b0142de83a100e2a853acf8 Mon Sep 17 00:00:00 2001 From: George Kadianakis <desnacked@gmail.com> Date: Tue, 28 Jun 2011 05:43:40 +0200 Subject: Trivial code tweaks and documentation updates. --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/main.c') diff --git a/src/or/main.c b/src/or/main.c index f456b03d7..4d43267e4 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -760,7 +760,7 @@ conn_close_if_marked(int i) /* If the connection we are about to close was trying to connect to a proxy server and failed, the client won't be able to use that - proxy. We should warn him about this. */ + proxy. We should warn the user about this. */ if (conn->proxy_state == PROXY_INFANT) log_failed_proxy_connection(conn); -- cgit v1.2.3