From eab4f05fed34c593ad4a9ee2af823eff722caab5 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sat, 24 Nov 2007 15:32:21 +0100 Subject: Typos and formatting darcs-hash:20071124143221-32816-2dacd78268c87501963b1bfd20652052fbe2c4e3.gz --- XMonad/Core.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Core.hs') diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 4e60c79..0e35e4b 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -213,7 +213,7 @@ class Show (layout a) => LayoutClass layout a where doLayout l r s = return (pureLayout l r s, Nothing) -- | This is a pure version of doLayout, for cases where we don't need - -- access to the X monad to determine how to layou out the windows, and + -- access to the X monad to determine how to layout the windows, and -- we don't need to modify our layout itself. pureLayout :: layout a -> Rectangle -> Stack a -> [(a, Rectangle)] pureLayout _ r s = [(focus s, r)] @@ -221,7 +221,7 @@ class Show (layout a) => LayoutClass layout a where -- | 'handleMessage' performs message handling for that layout. If -- 'handleMessage' returns Nothing, then the layout did not respond to -- that message and the screen is not refreshed. Otherwise, 'handleMessage' - -- returns an updated 'LayoutClass' and the screen is refreshed. + -- returns an updated 'Layout' and the screen is refreshed. -- handleMessage :: layout a -> SomeMessage -> X (Maybe (layout a)) handleMessage l = return . pureMessage l -- cgit v1.2.3