diff options
author | Roger Dingledine <arma@torproject.org> | 2009-12-19 05:12:00 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-12-19 05:12:00 -0500 |
commit | 5fee54a50f0c282193037649cf9c334c3e01dadb (patch) | |
tree | 5b6af2d8aca3f930b4aae71bbaa9615bf48012c4 /doc | |
parent | d035b65cd7a98be3dad055ac0bf885bffed896b8 (diff) | |
download | tor-5fee54a50f0c282193037649cf9c334c3e01dadb.tar.gz tor-5fee54a50f0c282193037649cf9c334c3e01dadb.zip |
fix some typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 4 | ||||
-rw-r--r-- | doc/translations.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 1ad59ddb29..8a34b63f21 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -428,11 +428,11 @@ directory connections, when possible. (Default: 1) .TP \fBCircuitPriorityHalflife \fR\fBNUM\fB1\fP If this value is set, we override the default algorithm for choosing which -circuit's cells to deliver or relay first. When the value is 0, we +circuit's cell to deliver or relay next. When the value is 0, we round-robin between the active circuits on a connection, delivering one cell from each in turn. When the value is positive, we prefer delivering cells from whichever connection has the lowest weighted cell count, where cells are -weighted exponentially according to the supplied CircuitPrioirityHalflife +weighted exponentially according to the supplied CircuitPriorityHalflife value (in seconds). If this option is not set at all, we use the behavior recommended in the current consensus networkstatus. This is an advanced option; you generally shouldn't have mess with it. diff --git a/doc/translations.txt b/doc/translations.txt index a6b2582239..06d16f4462 100644 --- a/doc/translations.txt +++ b/doc/translations.txt @@ -31,7 +31,7 @@ The current pootle configuration is checked into subversion as well: TorCheck uses our translation portal to accept translations. Users use the portal to check in their changes. To make use of the translations -that users have commited to the translations/ subversion module, you'll +that users have committed to the translations/ subversion module, you'll need to ensure that you have a current checked out copy of TorCheck: cd check/trunk/i18n/ @@ -75,7 +75,7 @@ And finally check in the changes: Torbutton uses our translation portal to accept translations. Users use the portal to check in their changes. -To make use of the translations that users have commited to the translations/ +To make use of the translations that users have committed to the translations/ subversion module, you'll need to ensure that you have a current checked out copy of them in your torbutton git checkout: @@ -145,7 +145,7 @@ After this process is done, you then need to regenerate the mozilla .dtd and .properties files as specified above. -Regardless of wether or not you had changes in the torbutton strings, if there +Regardless of whether or not you had changes in the torbutton strings, if there were updated strings in pootle that you checked out from svn you now need to convert from .po and move the newly updated mozilla files into the current stable locale directory. First convert them with the 'mkmoz.sh' script and |