diff options
author | Lukas Mai <l.mai@web.de> | 2007-11-22 17:59:25 +0100 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2007-11-22 17:59:25 +0100 |
commit | 5aa5d83357e3edec1f84c32d2f270023a8336bc4 (patch) | |
tree | 1450523fed52768dd920d9cea81ae1aa911dcba0 /XMonad | |
parent | b57529f3449a3ed699c9d1c9c18f3224bd185f4c (diff) | |
download | metatile-5aa5d83357e3edec1f84c32d2f270023a8336bc4.tar metatile-5aa5d83357e3edec1f84c32d2f270023a8336bc4.zip |
reword comment (previous version didn't make sense to me)
darcs-hash:20071122165925-462cf-613c038987aaf1b7182c0b533c0a0a7f4bda2263
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Core.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 56afe1b..80195bb 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -345,8 +345,8 @@ getXMonadDir = io $ getAppUserDataDirectory "xmonad" -- The -i flag is used to restrict recompilation to the xmonad.hs file only. -- -- Compilation errors (if any) are logged to ~\/.xmonad\/xmonad.errors. If --- GHC indicates failure with a non-zero exit code, an xmessage containing --- GHC's is spawned. +-- GHC indicates failure with a non-zero exit code, an xmessage displaying +-- that file is spawned. -- -- False is returned if there is compilation errors. -- |