From: Roger Dingledine Date: Sat, 13 Oct 2012 22:34:24 +0000 (-0400) Subject: fix trivial typo X-Git-Tag: tor-0.2.4.4-alpha~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38b79473864fb662215761f650e8e03b7c518cd7;p=thirdparty%2Ftor.git fix trivial typo --- diff --git a/src/or/command.c b/src/or/command.c index 7ce134d629..2ccd44e784 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -160,7 +160,7 @@ command_process_cell(channel_t *chan, cell_t *cell) } /** Process an incoming var_cell from a channel; in the current protocol all - * the var_cells are handshake-related and handles below the channel layer, + * the var_cells are handshake-related and handled below the channel layer, * so this just logs a warning and drops the cell. */