diff options
Diffstat (limited to 'shared/n-acd/src/util/timer.c')
-rw-r--r-- | shared/n-acd/src/util/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/n-acd/src/util/timer.c b/shared/n-acd/src/util/timer.c index 3c9570a1e8..af2a887cea 100644 --- a/shared/n-acd/src/util/timer.c +++ b/shared/n-acd/src/util/timer.c @@ -55,7 +55,7 @@ void timer_rearm(Timer *timer) { int r; /* - * A timeout value of 0 clears the timer, we sholud only set that if + * A timeout value of 0 clears the timer, we should only set that if * no timeout exists in the tree. */ |