diff options
Diffstat (limited to 'common/timer.h')
-rw-r--r-- | common/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.h b/common/timer.h index 91786aca10..503bc9cbe2 100644 --- a/common/timer.h +++ b/common/timer.h @@ -54,7 +54,7 @@ public: /** * Install a new timer callback. It will from now be called every interval microseconds. - * The timer may be invoked from a seperate thread. Hence any timer code should be + * The timer may be invoked from a separate thread. Hence any timer code should be * written following the same safety guidelines as any other threaded code. * * @note Although the interval is specified in microseconds, the actual timer resolution |