diff options
author | Matthew Hoops | 2011-05-25 09:56:31 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-05-25 10:50:46 -0400 |
commit | 1277975c6685d13a05a2e77dc5f5604f3a4620bf (patch) | |
tree | e17dae335c9250c0637a9655b9e0913e805d5636 /engines/sword1 | |
parent | 8615cecfe07ee4d76d9620dd96d11c8ce4df5011 (diff) | |
download | scummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.tar.gz scummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.tar.bz2 scummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.zip |
ALL: neighbour -> neighbor
Diffstat (limited to 'engines/sword1')
-rw-r--r-- | engines/sword1/router.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/router.cpp b/engines/sword1/router.cpp index e3b6ab3343..aaf475912d 100644 --- a/engines/sword1/router.cpp +++ b/engines/sword1/router.cpp @@ -261,7 +261,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() |