summary refs log tree commit diff
path: root/shared/n-acd/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'shared/n-acd/src/util')
-rw-r--r--shared/n-acd/src/util/timer.c2
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 3c9570a1..af2a887c 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.
          */