diff options
-rw-r--r-- | sword2/mouse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/mouse.cpp b/sword2/mouse.cpp index 81e3b5634d..0f6f15004c 100644 --- a/sword2/mouse.cpp +++ b/sword2/mouse.cpp @@ -197,7 +197,7 @@ void Sword2Engine::systemMenuMouse(void) { _graphics->processMenu(); - // call the relevent screen + // call the relevant screen switch (hit) { case 0: |