]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad/xmonad.hs: Fix typo.
authorSimon Ruderich <simon@ruderich.org>
Tue, 7 May 2013 19:29:35 +0000 (21:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 7 May 2013 19:29:35 +0000 (21:29 +0200)
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")
     ]