diff options
Diffstat (limited to 'slideshow/source/engine/wakeupevent.cxx')
-rw-r--r-- | slideshow/source/engine/wakeupevent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/wakeupevent.cxx b/slideshow/source/engine/wakeupevent.cxx index 10da6963d7cd..f2640659b64f 100644 --- a/slideshow/source/engine/wakeupevent.cxx +++ b/slideshow/source/engine/wakeupevent.cxx @@ -55,7 +55,7 @@ namespace slideshow bool WakeupEvent::isCharged() const { - // this event won't expire, we fire everytime we're + // this event won't expire, we fire every time we're // re-inserted into the event queue. return true; } |