From e18dd195babfa1676785c17263c33df2699c26ee Mon Sep 17 00:00:00 2001 From: Misa Date: Mon, 17 Feb 2020 10:15:40 -0800 Subject: [PATCH] Fix typo: "quiting" (one T) to "quitting" (two Ts) --- desktop_version/src/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/editor.cpp b/desktop_version/src/editor.cpp index 65d8e580..ab01cd85 100644 --- a/desktop_version/src/editor.cpp +++ b/desktop_version/src/editor.cpp @@ -3157,7 +3157,7 @@ void editorrender( KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map, ent else if (game.currentmenuname == "ed_quit") { dwgfx.bigprint( -1, 90, "Save before", tr, tg, tb, true); - dwgfx.bigprint( -1, 110, "quiting?", tr, tg, tb, true); + dwgfx.bigprint( -1, 110, "quitting?", tr, tg, tb, true); } dwgfx.drawmenu(game, tr, tg, tb, 15);