From 477ac70445bcebc96d76a73dd1bee50e990f9391 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Thu, 18 Jun 2009 02:37:29 +0200 Subject: Correct many typos in the documentation, consistent US spellingg Ignore-this: cf6dcf340fa6cc010f7879f188d376f5 darcs-hash:20090618003729-1499c-c927c08cda268b94b350f6419a64df8ca1e863d4.gz --- XMonad/Layout/ShowWName.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Layout/ShowWName.hs') diff --git a/XMonad/Layout/ShowWName.hs b/XMonad/Layout/ShowWName.hs index b9e1586..c010843 100644 --- a/XMonad/Layout/ShowWName.hs +++ b/XMonad/Layout/ShowWName.hs @@ -45,7 +45,7 @@ showWName :: l a -> ModifiedLayout ShowWName l a showWName = ModifiedLayout (SWN True defaultSWNConfig Nothing) -- | A layout modifier to show the workspace name when switching. It --- is possible to provide a costum configuration. +-- is possible to provide a custom configuration. showWName' :: SWNConfig -> l a -> ModifiedLayout ShowWName l a showWName' c = ModifiedLayout (SWN True c Nothing) -- cgit v1.2.3