diff options
author | Deepesh Pathak <deepshpathak@gmail.com> | 2018-01-24 14:25:15 +0530 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-07 10:41:57 -0500 |
commit | ca6682f3f86dbcf2b5346ae69d45293e8a59322b (patch) | |
tree | 54502f2a67b49927e85c51baf6fa0805c24b3839 /contrib | |
parent | 13f5adc86c30101a32fedcd1713443eb4c43a397 (diff) | |
download | tor-ca6682f3f86dbcf2b5346ae69d45293e8a59322b.tar.gz tor-ca6682f3f86dbcf2b5346ae69d45293e8a59322b.zip |
Fix spelling mistakes corresponding to ticket #23650
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/operator-tools/linux-tor-prio.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/operator-tools/linux-tor-prio.sh b/contrib/operator-tools/linux-tor-prio.sh index ea9e0ddaa5..30ea5fc659 100644 --- a/contrib/operator-tools/linux-tor-prio.sh +++ b/contrib/operator-tools/linux-tor-prio.sh @@ -87,7 +87,7 @@ RATE_UP=5000 # machine does any other network activity. That is not very fun. RATE_UP_TOR=1500 -# RATE_UP_TOR_CEIL is the maximum rate allowed for all Tor trafic in +# RATE_UP_TOR_CEIL is the maximum rate allowed for all Tor traffic in # kbits/sec. RATE_UP_TOR_CEIL=5000 |