diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-03 17:33:31 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-03 17:34:42 +1100 |
commit | ce5406b71aa504a84f4012b8442342496bc71aa9 (patch) | |
tree | 4e91d7c82916b965bbf9792fe875ffaec4b8130a /src | |
parent | 3a24364a6920ebe17c564cc432e0422ce78fbaed (diff) | |
download | tor-ce5406b71aa504a84f4012b8442342496bc71aa9.tar.gz tor-ce5406b71aa504a84f4012b8442342496bc71aa9.zip |
Fix a comment typo in main.c
Diffstat (limited to 'src')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index c8b1283974..0ab8f10a4b 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1301,7 +1301,7 @@ static periodic_event_item_t periodic_events[] = { /* These are pointers to members of periodic_events[] that are used to * implement particular callbacks. We keep them separate here so that we * can access them by name. We also keep them inside periodic_events[] - * so that we can implement "reset all timers" in a reasaonable way. */ + * so that we can implement "reset all timers" in a reasonable way. */ static periodic_event_item_t *check_descriptor_event=NULL; static periodic_event_item_t *fetch_networkstatus_event=NULL; static periodic_event_item_t *launch_descriptor_fetches_event=NULL; |