aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext/KviAnimatedPixmapCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvilib/ext/KviAnimatedPixmapCache.cpp')
-rw-r--r--src/kvilib/ext/KviAnimatedPixmapCache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kvilib/ext/KviAnimatedPixmapCache.cpp b/src/kvilib/ext/KviAnimatedPixmapCache.cpp
index 285945bab..dc436535e 100644
--- a/src/kvilib/ext/KviAnimatedPixmapCache.cpp
+++ b/src/kvilib/ext/KviAnimatedPixmapCache.cpp
@@ -183,10 +183,10 @@ void KviAnimatedPixmapCache::timeoutEvent()
{
/*
* We are adding 15msecs to the current time. This MAY lead to the situation,
- * when the current frame will be painted a bit earlier, then i should.
- * But we are just playing animated gifs, not a HDTV video. So it should be ok.
+ * when the current frame will be painted a bit earlier, then I should.
+ * But we are just playing animated gifs, not a HDTV video. So it should be OK.
*
- * But it makes good speedup if there will be event, sceduled in such order:
+ * But it makes good speedup if there will be event, scheduled in such order:
* 1 event at time X
* 3 events at time X+2msec
* 2 events at time X+6msec