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/config.c | |
parent | 8f1a973669284e5662bd6f23bc96ecfafa57c554 (diff) | |
download | tor-9ece0955f75d5bb4e9bd93b2fbbc1064def66774.tar.gz tor-9ece0955f75d5bb4e9bd93b2fbbc1064def66774.zip |
fix comments and other typos
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 5137f74792..087a907e48 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2948,7 +2948,7 @@ options_validate(or_options_t *old_options, or_options_t *options, !strcmpstart(uname, "Windows Me"))) { log(LOG_WARN, LD_CONFIG, "Tor is running as a server, but you are " "running %s; this probably won't work. See " - "http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ServerOS " + "https://wiki.torproject.org/TheOnionRouter/TorFAQ#ServerOS " "for details.", uname); } |