aboutsummaryrefslogtreecommitdiffstats
path: root/Combo.hs
diff options
context:
space:
mode:
authorMichael Fellinger <m.fellinger@gmail.com>2007-09-11 04:31:58 +0200
committerMichael Fellinger <m.fellinger@gmail.com>2007-09-11 04:31:58 +0200
commit66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5 (patch)
tree1b29da0ff89b6962ddc5a5b0c80cc83d2df932f6 /Combo.hs
parent597d44710293311df8ea3a39a06b77b37ba551e9 (diff)
downloadXMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.tar.gz
XMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.tar.xz
XMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.zip
Fixing some typos and grammar in documentation.
darcs-hash:20070911023158-cbc08-aff6e14b6d1a6e11bbc530565f383d98dee77cff.gz
Diffstat (limited to 'Combo.hs')
-rw-r--r--Combo.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Combo.hs b/Combo.hs
index cbf330e..73caa3b 100644
--- a/Combo.hs
+++ b/Combo.hs
@@ -38,7 +38,7 @@ import StackSet ( integrate, differentiate )
--
-- The first argument to combo is a Layout that will divide the screen into
-- one or more subscreens. The second argument is a list of layouts which
--- will be used to lay out the contents of each of those subscreents.
+-- will be used to lay out the contents of each of those subscreens.
-- Paired with each of these layouts is an integer giving the number of
-- windows this section should hold. This number is ignored for the last
-- layout, which will hold any excess windows.