]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix the typo on the typo fix
authorRoger Dingledine <arma@torproject.org>
Sat, 16 Jun 2012 00:34:16 +0000 (20:34 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 16 Jun 2012 00:34:16 +0000 (20:34 -0400)
src/or/connection.c

index 2630020849bfc4da0a380fd98c132cab97208c11..e731a1c597a9b86619278d97e86e90db053b8977 100644 (file)
@@ -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--;
     }