Merge pull request #224 from dreamsmasher/master

Fixed typo in Main.hs
This commit is contained in:
Peter Simons
2020-08-25 12:48:03 +02:00
committed by GitHub

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