diff options
author | Alec Berryman <alec@thened.net> | 2007-04-03 00:19:48 +0200 |
---|---|---|
committer | Alec Berryman <alec@thened.net> | 2007-04-03 00:19:48 +0200 |
commit | a10fe73fc29396fb5746f4045fcbc858eacc1925 (patch) | |
tree | 1dd6de5a5a8a77d3213c4bf4e90aa701e858acab | |
parent | e9beacf99ac84a737d9d3a21f4162e9c9303de51 (diff) | |
download | metatile-a10fe73fc29396fb5746f4045fcbc858eacc1925.tar metatile-a10fe73fc29396fb5746f4045fcbc858eacc1925.zip |
Comment typo: more -> move
darcs-hash:20070402221948-39448-a27a073869e63b0e11c4cf4f3ae17d2b09d80550
-rw-r--r-- | Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ] ++ |