[or-cvs] [tor/master] fix another typo

arma at torproject.org arma at torproject.org
Fri Oct 15 17:01:12 UTC 2010


Author: Roger Dingledine <arma at torproject.org>
Date: Fri, 15 Oct 2010 13:00:37 -0400
Subject: fix another typo
Commit: aab695288726084f48f815ebaec8f0abd675c926

---
 src/or/or.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/or.h b/src/or/or.h
index 36ed39d..2f0b778 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2261,7 +2261,7 @@ typedef struct circuit_t {
   char *n_conn_onionskin;
 
   /** When was this circuit created?  We keep this timestamp with a higher
-   * resolution tham most so that the circuit-build-time tracking code can
+   * resolution than most so that the circuit-build-time tracking code can
    * get millisecond resolution. */
   struct timeval timestamp_created;
   time_t timestamp_dirty; /**< When the circuit was first used, or 0 if the
-- 
1.7.1



More information about the tor-commits mailing list