diff options
Diffstat (limited to 'src/or/scheduler.c')
-rw-r--r-- | src/or/scheduler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/scheduler.c b/src/or/scheduler.c index 6ce7cb1e07..e75e306051 100644 --- a/src/or/scheduler.c +++ b/src/or/scheduler.c @@ -25,7 +25,7 @@ * - "Scheduler implementation": a scheduler_t. The scheduling system has one * active scheduling implementation at a time. * - * In this file you will find state that any scheduler implmentation can have + * In this file you will find state that any scheduler implementation can have * access to as well as the functions the rest of Tor uses to interact with the * scheduling system. * |