diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-06-28 05:43:40 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-06-28 05:43:40 +0200 |
commit | 36468ec44b6dc3443b0142de83a100e2a853acf8 (patch) | |
tree | 0e6838267d7cddbee0b62051ecb97ce99b2ac1fe /src/or/main.c | |
parent | 1fe8bee6562956e1725f8c4feaac32c8e21b84b3 (diff) | |
download | tor-36468ec44b6dc3443b0142de83a100e2a853acf8.tar.gz tor-36468ec44b6dc3443b0142de83a100e2a853acf8.zip |
Trivial code tweaks and documentation updates.
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index f456b03d74..4d43267e45 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); |