diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-09-06 00:36:53 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-09-06 00:36:53 +0000 |
commit | c5b4f779eca4769ec8d59ebdc6e179731d5075ed (patch) | |
tree | b121119b3532e4532076d70e0e0005dc83a3ea6c /src/or | |
parent | d57c1c5c56897a39c4fb68aa8077667e570eaef5 (diff) | |
download | tor-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.c | 2 |
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 */ |