From: Roger Dingledine Date: Sat, 16 Jun 2012 00:34:16 +0000 (-0400) Subject: fix the typo on the typo fix X-Git-Tag: tor-0.2.3.18-rc~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c37b8023b70f7667db342ffd4c998df6b929f4e4;p=thirdparty%2Ftor.git fix the typo on the typo fix --- diff --git a/src/or/connection.c b/src/or/connection.c index 2630020849..e731a1c597 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1052,7 +1052,7 @@ connection_listener_new(const struct sockaddr *listensockaddr, * believe that matters, since you would need to open a ridiculous * number of listeners while keeping the early ones open before you ever * hit this. An OR with a dozen ports open, for example, would have to - * close and re-open its listenerrs every second for 4 years nonstop. + * close and re-open its listeners every second for 4 years nonstop. */ lis_conn->session_group = global_next_session_group--; }