summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/animatedsprite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animatedsprite.cxx')
-rw-r--r--slideshow/source/engine/animatedsprite.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/animatedsprite.cxx b/slideshow/source/engine/animatedsprite.cxx
index ec56736054af..6603499bfb36 100644
--- a/slideshow/source/engine/animatedsprite.cxx
+++ b/slideshow/source/engine/animatedsprite.cxx
@@ -95,7 +95,7 @@ namespace slideshow
{
// Enlarge or reduce the sprite size, if necessary. This
// method employs a strategy similar to container, when
- // allocating memory: size is doubled or halved everytime
+ // allocating memory: size is doubled or halved every time
// the limit is reached. This makes for amortized constant
// time in runtime complexity. Note that we take exact
// powers of two here, since several HW-accelerated canvas