aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Berryman <alec@thened.net>2007-04-03 00:19:48 +0200
committerAlec Berryman <alec@thened.net>2007-04-03 00:19:48 +0200
commit9ce548df005d8822da49f219beef28b0ecaf717d (patch)
tree1dd6de5a5a8a77d3213c4bf4e90aa701e858acab
parent533a23bf5ae4a3377946e542cba7d44b374e1b88 (diff)
downloadxmonad-9ce548df005d8822da49f219beef28b0ecaf717d.tar.gz
xmonad-9ce548df005d8822da49f219beef28b0ecaf717d.tar.xz
xmonad-9ce548df005d8822da49f219beef28b0ecaf717d.zip
Comment typo: more -> move
darcs-hash:20070402221948-39448-a27a073869e63b0e11c4cf4f3ae17d2b09d80550.gz
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 5184664..09149ee 100644
--- a/Config.hs
+++ b/Config.hs
@@ -95,7 +95,7 @@ keys = M.fromList $
, ((modMask .|. shiftMask, xK_q ), io $ exitWith ExitSuccess)
, ((modMask .|. shiftMask .|. controlMask, xK_q ), io restart)
- -- more focused window into master position in tiling mode.
+ -- Move focused window into master position in tiling mode.
, ((modMask, xK_Return), promote)
] ++