commit e5bfee6dc5ec66f46560e2b9bae68340569e1d77 Author: Damian Johnson atagar@torproject.org Date: Sun Sep 1 16:24:48 2013 -0700
Typo correction in tutorial
Caught and fixed by irregulator. --- docs/tutorials/the_little_relay_that_could.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tutorials/the_little_relay_that_could.rst b/docs/tutorials/the_little_relay_that_could.rst index 0fb00c1..0c1cb20 100644 --- a/docs/tutorials/the_little_relay_that_could.rst +++ b/docs/tutorials/the_little_relay_that_could.rst @@ -40,7 +40,7 @@ the following configuration options...
HashedControlPassword 16:E600ADC1B52C80BB6022A0E999A7734571A451EB6AE50FED489B72E3DF
-When you change your torrc you'll need to either restart Tor is issue a SIGHUP +When you change your torrc you'll need to either restart Tor or issue a SIGHUP for the new settings to take effect. Now let's write a script that tells us how many bytes Tor has sent and received since it started. Note that there are a `few ways to connect to Tor <../faq.html#how-do-i-connect-to-tor>`_. If you're
tor-commits@lists.torproject.org