summaryrefslogtreecommitdiff
path: root/http/timer_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'http/timer_queue.h')
-rw-r--r--http/timer_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/timer_queue.h b/http/timer_queue.h
index f2a933b79a..d83cd0e229 100644
--- a/http/timer_queue.h
+++ b/http/timer_queue.h
@@ -65,7 +65,7 @@ class TimerQueue
}
BMCWEB_LOG_DEBUG << "timer call: " << this << ' ' << step;
- // we know that timer handlers are very simple currenty; call
+ // we know that timer handlers are very simple currently; call
// here
x.second();
}