[or-cvs] Many non-native speakers use Tor. It is our duty to ensure...

Nick Mathewson nickm at seul.org
Sun Oct 24 01:29:04 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv13694/src/or

Modified Files:
	connection.c 
Log Message:
Many non-native speakers use Tor.  It is our duty to ensure that our log messages set an example of good English spelling.

Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection.c,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- connection.c	24 Oct 2004 01:22:40 -0000	1.268
+++ connection.c	24 Oct 2004 01:29:01 -0000	1.269
@@ -389,7 +389,7 @@
     if (ERRNO_IS_ACCEPT_EAGAIN(e)) {
       return 0; /* he hung up before we could accept(). that's fine. */
     } else if (ERRNO_IS_ACCEPT_RESOURCE_LIMIT(e)) {
-      log_fn(LOG_WARN,"accept failed: %s. Dropping incomming connection.",
+      log_fn(LOG_WARN,"accept failed: %s. Dropping incoming connection.",
              tor_socket_strerror(e));
       return 0;
     }



More information about the tor-commits mailing list