aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Font.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Util/Font.hsc')
-rw-r--r--XMonad/Util/Font.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/Font.hsc b/XMonad/Util/Font.hsc
index ea1da07..42de67d 100644
--- a/XMonad/Util/Font.hsc
+++ b/XMonad/Util/Font.hsc
@@ -91,7 +91,7 @@ releaseUtf8Font fs = do
d <- asks display
io $ freeFontSet d fs
--- | When initXMF gets a font name that starts with 'xft:' it switchs to the Xft backend
+-- | When initXMF gets a font name that starts with 'xft:' it switches to the Xft backend
-- Example: 'xft: Sans-10'
initXMF :: String -> X XMonadFont
initXMF s =