diff options
author | Roger Dingledine <arma@torproject.org> | 2010-10-15 13:00:37 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-10-15 13:00:37 -0400 |
commit | aab695288726084f48f815ebaec8f0abd675c926 (patch) | |
tree | 1d46085b12104e28072b5f754b4b94bd261f9509 /src/or/or.h | |
parent | 04231a2ebef4984a5c288eac46dd8a3037541c02 (diff) | |
download | tor-aab695288726084f48f815ebaec8f0abd675c926.tar.gz tor-aab695288726084f48f815ebaec8f0abd675c926.zip |
fix another typo
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | 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 36ed39d7f5..2f0b778e7b 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 |