aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-10-13 18:34:24 -0400
committerRoger Dingledine <arma@torproject.org>2012-10-13 18:34:24 -0400
commit38b79473864fb662215761f650e8e03b7c518cd7 (patch)
tree154debc0905c4bb089fc8b4857f67a94494e32a0 /src/or/command.c
parent45d7fb44c44867f2c44752935663547a3e8d85dd (diff)
downloadtor-38b79473864fb662215761f650e8e03b7c518cd7.tar
tor-38b79473864fb662215761f650e8e03b7c518cd7.tar.gz
fix trivial typo
Diffstat (limited to 'src/or/command.c')
-rw-r--r--src/or/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/command.c b/src/or/command.c
index 7ce134d62..2ccd44e78 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.
*/