aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/router.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/router.cpp')
-rw-r--r--engines/sword1/router.cpp2
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()