]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix trivial typo
authorRoger Dingledine <arma@torproject.org>
Sat, 13 Oct 2012 22:34:24 +0000 (18:34 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 13 Oct 2012 22:34:24 +0000 (18:34 -0400)
src/or/command.c

index 7ce134d6295573dc147f82b0f90db5d404a7629b..2ccd44e784412bb12b5a830dc21a930bf8b53ec0 100644 (file)
@@ -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.
  */