JANITORIAL: Fix "the the" and similar typos

This commit is contained in:
Donovan Watteau 2022-07-29 15:28:41 +02:00 committed by Filippos Karapetis
parent 7c6973ed8a
commit 27f9a460b5
61 changed files with 72 additions and 72 deletions

View file

@ -176,7 +176,7 @@ Engine::Engine(OSystem *syst)
//
// If an engine only used CursorMan.replaceCursor and no cursor has
// been setup before, then replaceCursor just uses pushCursor. This
// means that that the engine's cursor is never again removed from
// means that the engine's cursor is never again removed from
// CursorMan. Hence we setup a fake cursor here and remove it again
// in the destructor.
CursorMan.pushCursor(NULL, 0, 0, 0, 0, 0);