aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/animation.h')
-rw-r--r--engines/sword25/gfx/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/animation.h b/engines/sword25/gfx/animation.h
index 55deacd333..60070be214 100644
--- a/engines/sword25/gfx/animation.h
+++ b/engines/sword25/gfx/animation.h
@@ -210,7 +210,7 @@ private:
AnimationDescription *getAnimationDescription() const;
/**
- * Initializes a new animation resource from an XML file.
+ * Initializes a new animation resource from an XML file.
*/
void initializeAnimationResource(const Common::String &fileName);
};