diff options
author | Roger Dingledine <arma@torproject.org> | 2009-06-20 03:21:52 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-07-13 17:34:46 -0400 |
commit | 9ece0955f75d5bb4e9bd93b2fbbc1064def66774 (patch) | |
tree | 855d346a3732a97b106a609d45037d766de8b861 /src/or/buffers.c | |
parent | 8f1a973669284e5662bd6f23bc96ecfafa57c554 (diff) | |
download | tor-9ece0955f75d5bb4e9bd93b2fbbc1064def66774.tar.gz tor-9ece0955f75d5bb4e9bd93b2fbbc1064def66774.zip |
fix comments and other typos
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index ed39bc0f82..17d3399635 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -1400,7 +1400,7 @@ fetch_from_buf_socks(buf_t *buf, socks_request_t *req, "Tor only an IP address. Applications that do DNS resolves " "themselves may leak information. Consider using Socks4A " "(e.g. via privoxy or socat) instead. For more information, " - "please see http://wiki.noreply.org/noreply/TheOnionRouter/" + "please see https://wiki.torproject.org/TheOnionRouter/" "TorFAQ#SOCKSAndDNS.%s", req->port, safe_socks ? " Rejecting." : ""); /*have_warned_about_unsafe_socks = 1;*/ @@ -1513,7 +1513,7 @@ fetch_from_buf_socks(buf_t *buf, socks_request_t *req, "only an IP address. Applications that do DNS resolves " "themselves may leak information. Consider using Socks4A " "(e.g. via privoxy or socat) instead. For more information, " - "please see http://wiki.noreply.org/noreply/TheOnionRouter/" + "please see https://wiki.torproject.org/TheOnionRouter/" "TorFAQ#SOCKSAndDNS.%s", req->port, safe_socks ? " Rejecting." : ""); /*have_warned_about_unsafe_socks = 1;*/ /*(for now, warn every time)*/ |