[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix typo
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
control.c
Log Message:
fix typo
Index: control.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- control.c 15 Aug 2005 03:25:39 -0000 1.121
+++ control.c 15 Aug 2005 09:25:36 -0000 1.122
@@ -670,7 +670,7 @@
send_control0_error(conn, ERR_UNRECOGNIZED_CONFIG_KEY,
"Unrecognized option");
else
- connection_write_str_to_buf("552 Unrecognzied option\r\n", conn);
+ connection_write_str_to_buf("552 Unrecognized option\r\n", conn);
} else {
if (v0)
send_control0_error(conn,ERR_INVALID_CONFIG_VALUE,"Invalid option value");