From adda5d3dc452658e61c14c05db40955588a5d127 Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 19 Dec 2017 17:35:06 +0100 Subject: [PATCH] typo --- src/Menu.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Menu.hs b/src/Menu.hs index 851b655..d9b86f9 100644 --- a/src/Menu.hs +++ b/src/Menu.hs @@ -92,7 +92,7 @@ drawMenu = do textBox ctx 0 200 800 "HASKELLOIDS" fillColor ctx (rgba 255 128 0 (alpha $ fade ud)) fontSize ctx 40 - textBox ctx 0 350 800 "Press [Space] to PLay\nPress [Esc] to exit" + textBox ctx 0 350 800 "Press [Space] to Play\nPress [Esc] to exit" restore ctx -- t <- getElapsedTime -- liftIO $ drawSpinner (nano ud) 100 100 100 t