aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/checks.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-25 10:31:37 -0400
committerMatthew Hoops2011-05-25 10:50:46 -0400
commiteea482fa4304cab0e23ca4abffdec3651e45f01d (patch)
treed055b816a6f2bd52ec9c4ee6ea2d49d743e95b63 /engines/agi/checks.cpp
parent1277975c6685d13a05a2e77dc5f5604f3a4620bf (diff)
downloadscummvm-rg350-eea482fa4304cab0e23ca4abffdec3651e45f01d.tar.gz
scummvm-rg350-eea482fa4304cab0e23ca4abffdec3651e45f01d.tar.bz2
scummvm-rg350-eea482fa4304cab0e23ca4abffdec3651e45f01d.zip
ALL: behaviour -> behavior
Diffstat (limited to 'engines/agi/checks.cpp')
-rw-r--r--engines/agi/checks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/checks.cpp b/engines/agi/checks.cpp
index 8d03ae67b9..20276657ff 100644
--- a/engines/agi/checks.cpp
+++ b/engines/agi/checks.cpp
@@ -265,7 +265,7 @@ void AgiEngine::updatePosition() {
* This function adjusts the position of a sprite moving it until
* certain criteria is matched. According to priority and control line
* data, a sprite may not always appear at the location we specified.
- * This behaviour is also known as the "Budin-Sonneveld effect".
+ * This behavior is also known as the "Budin-Sonneveld effect".
*
* @param n view table entry number
*/