summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/inc/shape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/shape.hxx b/slideshow/source/inc/shape.hxx
index d3cf3b817331..648b2ef660b8 100644
--- a/slideshow/source/inc/shape.hxx
+++ b/slideshow/source/inc/shape.hxx
@@ -199,7 +199,7 @@ namespace slideshow
This method checks whether the Shape is currently
detached from the slide background, i.e. whether shape
updates affect the underlying slide background or
- not. A shape that returnes true here must not alter
+ not. A shape that returns true here must not alter
slide content in any way when called render() or
update() (this is normally achieved by making this
shape a sprite).