diff --git a/simpleanimation.py b/simpleanimation.py index a23e828..2686eda 100644 --- a/simpleanimation.py +++ b/simpleanimation.py @@ -6,7 +6,7 @@ class SimpleAnimation(object): """ A simple animation. Scrolls cyclically through a list of - images, drawing them onto the screen in the same posision. + images, drawing them onto the screen in the same positsion. """ def __init__(self, screen, pos, images, scroll_period, duration=-1): """ Create an animation.