[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11382: Fixed misspelling of "connection" caught by kate. (tor/trunk/src/or)
Author: phobos
Date: 2007-09-05 20:36:53 -0400 (Wed, 05 Sep 2007)
New Revision: 11382
Modified:
tor/trunk/src/or/config.c
Log:
Fixed misspelling of "connection" caught by kate.
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2007-09-05 23:10:06 UTC (rev 11381)
+++ tor/trunk/src/or/config.c 2007-09-06 00:36:53 UTC (rev 11382)
@@ -381,7 +381,7 @@
{ "PIDFile", "On startup, write our PID to this file. On clean shutdown, "
"remove the file." },
{ "PreferTunneledDirConns", "If non-zero, avoid directory servers that "
- "don't support tunneled conncetions." },
+ "don't support tunneled connections." },
/* PreferTunneledDirConns */
/* ProtocolWarnings */
/* RephistTrackTime */