]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xmonad/xmonad.hs
xmonad/xmonad.hs: Fix typo.
[config/dotfiles.git] / xmonad / xmonad.hs
index f8e7ca157ced90896ba2765bdbd08f3e4bd0a358..e35caf8ae16065faba87e6f2298296194165829e 100644 (file)
@@ -177,7 +177,7 @@ myKeys = [
         -- Freenode (2010-12-18 14:45 CET).
       , ((myModMask, xK_f), toggleWS)
 
-      -- Lock the screen. The sleep is necessary to allow xtrlock to graph the
+      -- Lock the screen. The sleep is necessary to allow xtrlock to grab the
       -- keyboard input.
       , ((myModMask, xK_z), spawn "sleep 1 && xtrlock")
     ]