diff options
author | Magnus Nord <magnus.nord@ntnu.no> | 2014-09-02 19:16:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-02 19:16:16 -0400 |
commit | d0113a0c2a1ae01197f4ff769117803fb3bc70cf (patch) | |
tree | 3d6e706bc07e42993ce4157b17aaf29865d28f6d /src/config | |
parent | 8a79b56ac6709dfddaa15d9c76d0f856a502a6a1 (diff) | |
download | tor-d0113a0c2a1ae01197f4ff769117803fb3bc70cf.tar.gz tor-d0113a0c2a1ae01197f4ff769117803fb3bc70cf.zip |
Fix: typo in torrc.sample.in
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.minimal.in-staging | 4 | ||||
-rw-r--r-- | src/config/torrc.sample.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/config/torrc.minimal.in-staging b/src/config/torrc.minimal.in-staging index d842fbcaf5..937a90d5cd 100644 --- a/src/config/torrc.minimal.in-staging +++ b/src/config/torrc.minimal.in-staging @@ -1,5 +1,5 @@ ## Configuration file for a typical Tor user -## Last updated 9 October 2013 for Tor 0.2.5.2-alpha. +## Last updated 2 September 2014 for Tor 0.2.6.1-alpha. ## (may or may not work for much older or much newer versions of Tor.) ## ## Lines that begin with "## " try to explain what's going on. Lines @@ -151,7 +151,7 @@ ## using more than one of your relays in a single circuit. See ## https://www.torproject.org/docs/faq#MultipleRelays ## However, you should never include a bridge's fingerprint here, as it would -## break its concealability and potentionally reveal its IP/TCP address. +## break its concealability and potentially reveal its IP/TCP address. #MyFamily $keyid,$keyid,... ## A comma-separated list of exit policies. They're considered first diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index d842fbcaf5..937a90d5cd 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -1,5 +1,5 @@ ## Configuration file for a typical Tor user -## Last updated 9 October 2013 for Tor 0.2.5.2-alpha. +## Last updated 2 September 2014 for Tor 0.2.6.1-alpha. ## (may or may not work for much older or much newer versions of Tor.) ## ## Lines that begin with "## " try to explain what's going on. Lines @@ -151,7 +151,7 @@ ## using more than one of your relays in a single circuit. See ## https://www.torproject.org/docs/faq#MultipleRelays ## However, you should never include a bridge's fingerprint here, as it would -## break its concealability and potentionally reveal its IP/TCP address. +## break its concealability and potentially reveal its IP/TCP address. #MyFamily $keyid,$keyid,... ## A comma-separated list of exit policies. They're considered first |