summaryrefslogtreecommitdiffstats
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
commita10fe73fc29396fb5746f4045fcbc858eacc1925 (patch)
tree1dd6de5a5a8a77d3213c4bf4e90aa701e858acab
parente9beacf99ac84a737d9d3a21f4162e9c9303de51 (diff)
downloadmetatile-a10fe73fc29396fb5746f4045fcbc858eacc1925.tar
metatile-a10fe73fc29396fb5746f4045fcbc858eacc1925.zip
Comment typo: more -> move
darcs-hash:20070402221948-39448-a27a073869e63b0e11c4cf4f3ae17d2b09d80550
-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)
] ++