aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-05 01:57:27 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-05 01:57:27 +0000
commit4c1fa73c7e7e7d68078d2cb5297d76c2e83715c4 (patch)
tree4f42b1b44c1110f7d9acb0b756bbe06540c0b2d0 /src/or/or.h
parenta53a73a782377bc1725c458b20b26368dd260b0f (diff)
downloadtor-4c1fa73c7e7e7d68078d2cb5297d76c2e83715c4.tar
tor-4c1fa73c7e7e7d68078d2cb5297d76c2e83715c4.tar.gz
typos and nits
svn:r5911
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 7963f7cee..f48507fc6 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -859,7 +859,7 @@ typedef struct routerstatus_t {
* about a single router. */
typedef struct local_routerstatus_t {
/** What do we believe to be the case about this router? In this field,
- * descriptor_digest represnets the descriptor we would most like to use for
+ * descriptor_digest represents the descriptor we would most like to use for
* this router. */
routerstatus_t status;
time_t next_attempt_at; /**< When should we try this descriptor again? */