diff options
Diffstat (limited to 'engines/tsage/graphics.cpp')
-rw-r--r-- | engines/tsage/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/graphics.cpp b/engines/tsage/graphics.cpp index a212c5dd77..29262447f2 100644 --- a/engines/tsage/graphics.cpp +++ b/engines/tsage/graphics.cpp @@ -207,7 +207,7 @@ void Rect::expandPanes() { } /** - * Serialises the given rect + * Serializes the given rect */ void Rect::synchronize(Serializer &s) { s.syncAsSint16LE(left); |