[or-cvs] r15355: check-spaces, fix a typo (tor/trunk/src/or)

arma at seul.org arma at seul.org
Wed Jun 18 20:14:25 UTC 2008


Author: arma
Date: 2008-06-18 16:14:25 -0400 (Wed, 18 Jun 2008)
New Revision: 15355

Modified:
   tor/trunk/src/or/directory.c
   tor/trunk/src/or/dirvote.c
   tor/trunk/src/or/routerlist.c
Log:
check-spaces, fix a typo


Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2008-06-18 20:12:36 UTC (rev 15354)
+++ tor/trunk/src/or/directory.c	2008-06-18 20:14:25 UTC (rev 15355)
@@ -3431,4 +3431,3 @@
   return 0;
 }
 
-/* vim:set et ts=2: */

Modified: tor/trunk/src/or/dirvote.c
===================================================================
--- tor/trunk/src/or/dirvote.c	2008-06-18 20:12:36 UTC (rev 15354)
+++ tor/trunk/src/or/dirvote.c	2008-06-18 20:14:25 UTC (rev 15355)
@@ -2066,3 +2066,4 @@
   }
   return NULL;
 }
+

Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c	2008-06-18 20:12:36 UTC (rev 15354)
+++ tor/trunk/src/or/routerlist.c	2008-06-18 20:14:25 UTC (rev 15355)
@@ -2552,7 +2552,7 @@
   tor_assert(0 <= idx && idx < smartlist_len(rl->old_routers));
   /* XXXX edmanm's bridge relay triggered the following assert while
    * running 0.2.0.12-alpha.  If anybody triggers this again, see if we
-   * can ge a backtrace. */
+   * can get a backtrace. */
   tor_assert(smartlist_get(rl->old_routers, idx) == sd);
   tor_assert(idx == sd->routerlist_index);
 



More information about the tor-commits mailing list