浏览代码

fix trivial typo

Roger Dingledine 13 年之前
父节点
当前提交
38b7947386
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/command.c

+ 1 - 1
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.
  */