From c5b4f779eca4769ec8d59ebdc6e179731d5075ed Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Thu, 6 Sep 2007 00:36:53 +0000 Subject: [PATCH] Fixed misspelling of "connection" caught by kate. svn:r11382 --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */