[or-cvs] r15700: fix typos in last patch spotted by sebastian and karsten (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Sun Jul 6 18:47:27 UTC 2008


Author: nickm
Date: 2008-07-06 14:47:27 -0400 (Sun, 06 Jul 2008)
New Revision: 15700

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/or/rendclient.c
Log:
fix typos in last patch spotted by sebastian and karsten

Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2008-07-06 18:34:45 UTC (rev 15699)
+++ tor/trunk/ChangeLog	2008-07-06 18:47:27 UTC (rev 15700)
@@ -6,8 +6,8 @@
   o Major bugfixes:
     - Try to attach connections immediately upon receiving a RENDEZVOUS2 or
       RENDEZVOUS_ESTABLISHED cell.  This can save a second or two on the
-      client size when connecting to a hidden service.  Bugfix on 0.0.6pre1.
-      Found and fixed by Christian Wilms; resolves butg 743.
+      client side when connecting to a hidden service.  Bugfix on 0.0.6pre1.
+      Found and fixed by Christian Wilms; resolves bug 743.
 
   o Minor bugfixes:
     - Change the contrib/tor.logrotate script so it makes the new

Modified: tor/trunk/src/or/rendclient.c
===================================================================
--- tor/trunk/src/or/rendclient.c	2008-07-06 18:34:45 UTC (rev 15699)
+++ tor/trunk/src/or/rendclient.c	2008-07-06 18:47:27 UTC (rev 15700)
@@ -546,7 +546,7 @@
   /*XXXX021 This is a pretty brute approach. It'd be better to
    * attach only the connections that are waiting on this circuit, rather
    * than trying to attach them all. */
-  /* If we already have the introduction circuit, built make sure we send
+  /* If we already have the introduction circuit built, make sure we send
    * the INTRODUCE cell _now_ */
   connection_ap_attach_pending();
   return 0;



More information about the tor-commits mailing list