aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/router.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-25 09:56:31 -0400
committerMatthew Hoops2011-05-25 10:50:46 -0400
commit1277975c6685d13a05a2e77dc5f5604f3a4620bf (patch)
treee17dae335c9250c0637a9655b9e0913e805d5636 /engines/sword2/router.cpp
parent8615cecfe07ee4d76d9620dd96d11c8ce4df5011 (diff)
downloadscummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.tar.gz
scummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.tar.bz2
scummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.zip
ALL: neighbour -> neighbor
Diffstat (limited to 'engines/sword2/router.cpp')
-rw-r--r--engines/sword2/router.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/router.cpp b/engines/sword2/router.cpp
index fa5a677b86..d3f274dd2c 100644
--- a/engines/sword2/router.cpp
+++ b/engines/sword2/router.cpp
@@ -320,7 +320,7 @@ int32 Router::getRoute() {
// of a line
// scan through the nodes linking each node to its nearest
- // neighbour until no more nodes change
+ // neighbor until no more nodes change
// This is the routine that finds a route using scan()