From eeeae810ae5c057eb7218eaf0f6a27f2fca47a17 Mon Sep 17 00:00:00 2001 From: Norman Liu Date: Fri, 29 May 2020 17:11:09 -0400 Subject: [PATCH] Fixed typo in Main.hs --- src/XMonad/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XMonad/Main.hs b/src/XMonad/Main.hs index f17ac8d..1b0b16e 100644 --- a/src/XMonad/Main.hs +++ b/src/XMonad/Main.hs @@ -117,7 +117,7 @@ buildLaunch = do let compiledConfig = "xmonad-"++arch++"-"++os unless (whoami == compiledConfig) $ do trace $ concat - [ "XMonad is recompiling and replacing itself another XMonad process because the current process is called " + [ "XMonad is recompiling and replacing itself with another XMonad process because the current process is called " , show whoami , " but the compiled configuration should be called " , show compiledConfig