aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Timer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/Timer.cxx')
-rw-r--r--common/rfb/Timer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/Timer.cxx b/common/rfb/Timer.cxx
index fbc9bae9..6f7ec7ba 100644
--- a/common/rfb/Timer.cxx
+++ b/common/rfb/Timer.cxx
@@ -99,7 +99,7 @@ int Timer::getNextTimeout() {
return toWait;
}
// Time has jumped backwards!
- vlog.info("time has moved backwards!");
+ vlog.info("Time has moved backwards!");
pending.front()->dueTime = now;
toWait = 0;
}