aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
diff options
context:
space:
mode:
authorStrangerke2016-01-01 04:23:20 +0100
committerStrangerke2016-01-01 04:25:23 +0100
commit131d2f73e0781c5fd578968fa377a24b3a5f7b2a (patch)
treedf9611af742b134724c907ba96074e0249ea299e /engines/tony
parent507168fff4a5549c758a544c923f56b8afbd0796 (diff)
downloadscummvm-rg350-131d2f73e0781c5fd578968fa377a24b3a5f7b2a.tar.gz
scummvm-rg350-131d2f73e0781c5fd578968fa377a24b3a5f7b2a.tar.bz2
scummvm-rg350-131d2f73e0781c5fd578968fa377a24b3a5f7b2a.zip
TONY: Fix typo in comment
Diffstat (limited to 'engines/tony')
-rw-r--r--engines/tony/loc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/loc.cpp b/engines/tony/loc.cpp
index e505aa46a5..be2b20294f 100644
--- a/engines/tony/loc.cpp
+++ b/engines/tony/loc.cpp
@@ -601,7 +601,7 @@ void RMItem::draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim) {
// Offset direction for scrolling
prim->getDst().offset(-_curScroll);
- // We must offset the cordinates of the item inside the primitive
+ // We must offset the coordinates of the item inside the primitive
// It is estimated as nonno + (babbo + figlio)
prim->getDst().offset(calculatePos());