From 2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0 Mon Sep 17 00:00:00 2001 From: Shachaf Ben-Kiki Date: Mon, 19 Nov 2007 00:03:19 +0100 Subject: Miscellaneous spell-checking darcs-hash:20071118230319-bffde-6c56202afece4ecc55d48d37bde3f80edaff66f7.gz --- XMonad/Layout/Combo.hs | 10 +++++----- XMonad/Layout/MultiToggle.hs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'XMonad/Layout') diff --git a/XMonad/Layout/Combo.hs b/XMonad/Layout/Combo.hs index 9924be4..547a35e 100644 --- a/XMonad/Layout/Combo.hs +++ b/XMonad/Layout/Combo.hs @@ -55,11 +55,11 @@ import qualified XMonad.StackSet as W ( differentiate ) -- These bindings will move a window into the sublayout that is -- up/down/left/right of its current position. Note that there is some --- weirdness in combineTwo, in that the mod-tab focus order is not very --- closely related to the layout order. This is because we're forced to --- keep track of the window positions sparately, and this is ugly. If you --- don't like this, lobby for hierarchical stacks in core xmonad or go --- reimelement the core of xmonad yourself. +-- weirdness in combineTwo, in that the mod-tab focus order is not very closely +-- related to the layout order. This is because we're forced to keep track of +-- the window positions separately, and this is ugly. If you don't like this, +-- lobby for hierarchical stacks in core xmonad or go reim:lement the core of +-- xmonad yourself. -- %import XMonad.Layout.Combo -- %layout , combineTwo (TwoPane 0.03 0.5) (tabbed shrinkText defaultTConf) (tabbed shrinkText defaultTConf) diff --git a/XMonad/Layout/MultiToggle.hs b/XMonad/Layout/MultiToggle.hs index 0cd6ab4..e0ab8ba 100644 --- a/XMonad/Layout/MultiToggle.hs +++ b/XMonad/Layout/MultiToggle.hs @@ -159,7 +159,7 @@ data EOT = EOT deriving (Read, Show) data HCons a b = HCons a b deriving (Read, Show) infixr 0 ?? --- | Prepend an element to a heterogenuous list. Used to build transformer +-- | Prepend an element to a heterogeneous list. Used to build transformer -- tables for 'mkToggle'. (??) :: (HList b w) => a -> b -> HCons a b (??) = HCons -- cgit v1.2.3