aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2007-03-10 19:09:20 +0000
committerMax Horn2007-03-10 19:09:20 +0000
commit344e9ba5a811620b3da80a5cb58ee0f14827643b (patch)
tree716e8b1e8d378a9fc479a74eca6d926d06f6e81c /engines
parentd7e9510265aefd0e4085f95f07619af9a37dc1ba (diff)
downloadscummvm-rg350-344e9ba5a811620b3da80a5cb58ee0f14827643b.tar.gz
scummvm-rg350-344e9ba5a811620b3da80a5cb58ee0f14827643b.tar.bz2
scummvm-rg350-344e9ba5a811620b3da80a5cb58ee0f14827643b.zip
typo
svn-id: r26067
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/boxes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/boxes.cpp b/engines/scumm/boxes.cpp
index cd20cd2fed..f6bae90dc8 100644
--- a/engines/scumm/boxes.cpp
+++ b/engines/scumm/boxes.cpp
@@ -684,7 +684,7 @@ byte *ScummEngine::getBoxMatrixBaseAddr() {
/**
* Compute if there is a way that connects box 'from' with box 'to'.
- * Returns the number of a box adjactant to 'from' that is the next on the
+ * Returns the number of a box adjacent to 'from' that is the next on the
* way to 'to' (this can be 'to' itself or a third box).
* If there is no connection -1 is return.
*/