From 38b79473864fb662215761f650e8e03b7c518cd7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 13 Oct 2012 18:34:24 -0400 Subject: fix trivial typo --- src/or/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/command.c') 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. */ -- cgit v1.2.3-54-g00ecf