summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-09-06 00:36:53 +0000
committerAndrew Lewman <andrew@torproject.org>2007-09-06 00:36:53 +0000
commitc5b4f779eca4769ec8d59ebdc6e179731d5075ed (patch)
treeb121119b3532e4532076d70e0e0005dc83a3ea6c /src/or
parentd57c1c5c56897a39c4fb68aa8077667e570eaef5 (diff)
downloadtor-c5b4f779eca4769ec8d59ebdc6e179731d5075ed.tar.gz
tor-c5b4f779eca4769ec8d59ebdc6e179731d5075ed.zip
Fixed misspelling of "connection" caught by kate.
svn:r11382
Diffstat (limited to 'src/or')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 7ce605e600..b6523ba834 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -381,7 +381,7 @@ static config_var_description_t options_description[] = {
{ "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 */