Fixed typo in Main.hs

This commit is contained in:
Norman Liu
2020-05-29 17:11:09 -04:00
parent 40466b2be2
commit eeeae810ae

View File

@@ -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