diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-09 05:30:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-09 05:30:48 +0000 |
commit | 6b22360eb8fed4eb4a37109a1c79d231bce7abb0 (patch) | |
tree | 991feab0e188f9b24f4f681ba0fad2d7b416d42e /src/config | |
parent | 2677395aaf402ab9fd7af40331ea266aeb5f87db (diff) | |
download | tor-6b22360eb8fed4eb4a37109a1c79d231bce7abb0.tar.gz tor-6b22360eb8fed4eb4a37109a1c79d231bce7abb0.zip |
fix mistake in comments
svn:r2723
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index a2b812d433..79a0367429 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -43,9 +43,8 @@ DirServer 18.244.0.188:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441 DirServer 18.244.0.114:80 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D -# The directory for keeping all the keys/etc for this server. By -# default, we store things in $HOME/.tor on Unix, and in Application -# Data\tor on Windows. +# The directory for keeping all the keys/etc. By default, we store +# things in $HOME/.tor on Unix, and in Application Data\tor on Windows. #DataDirectory @LOCALSTATEDIR@/lib/tor ##################### Below is just for servers ##################### |