diff options
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 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? */ |