fix some typos

This commit is contained in:
Roger Dingledine 2009-12-19 05:12:00 -05:00
parent d035b65cd7
commit 5fee54a50f
3 changed files with 6 additions and 6 deletions

View file

@ -428,11 +428,11 @@ directory connections, when possible. (Default: 1)
.TP .TP
\fBCircuitPriorityHalflife \fR\fBNUM\fB1\fP \fBCircuitPriorityHalflife \fR\fBNUM\fB1\fP
If this value is set, we override the default algorithm for choosing which 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 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 each in turn. When the value is positive, we prefer delivering cells
from whichever connection has the lowest weighted cell count, where cells are 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 value (in seconds). If this option is not set at all, we use the behavior
recommended in the current consensus networkstatus. recommended in the current consensus networkstatus.
This is an advanced option; you generally shouldn't have mess with it. This is an advanced option; you generally shouldn't have mess with it.

View file

@ -31,7 +31,7 @@ The current pootle configuration is checked into subversion as well:
TorCheck uses our translation portal to accept translations. Users use TorCheck uses our translation portal to accept translations. Users use
the portal to check in their changes. To make use of the translations 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: need to ensure that you have a current checked out copy of TorCheck:
cd check/trunk/i18n/ cd check/trunk/i18n/
@ -75,7 +75,7 @@ And finally check in the changes:
Torbutton uses our translation portal to accept translations. Users use Torbutton uses our translation portal to accept translations. Users use
the portal to check in their changes. 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 subversion module, you'll need to ensure that you have a current checked out
copy of them in your torbutton git checkout: 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. .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 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 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 stable locale directory. First convert them with the 'mkmoz.sh' script and

View file

@ -2021,7 +2021,7 @@ typedef struct {
/** True iff this is the cell count for a circuit's previous /** True iff this is the cell count for a circuit's previous
* connection. */ * connection. */
unsigned int is_for_p_conn : 1; unsigned int is_for_p_conn : 1;
/** The position of the circuit within the or connection's priority /** The position of the circuit within the OR connection's priority
* queue. */ * queue. */
int heap_index; int heap_index;
} cell_ewma_t; } cell_ewma_t;