aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Combo.hs2
-rw-r--r--DynamicLog.hs2
-rw-r--r--FlexibleManipulate.hs2
-rw-r--r--FocusNth.hs2
-rw-r--r--LayoutScreens.hs2
-rw-r--r--Mosaic.hs2
-rw-r--r--Roledex.hs2
-rw-r--r--RotSlaves.hs2
-rw-r--r--SetWMName.hs2
-rw-r--r--WorkspaceDir.hs2
10 files changed, 10 insertions, 10 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.
diff --git a/DynamicLog.hs b/DynamicLog.hs
index 4bcfec8..6ecb5f5 100644
--- a/DynamicLog.hs
+++ b/DynamicLog.hs
@@ -14,7 +14,7 @@
--
-- > 1 2 [3] 4 8
--
--- format. suitable to pipe into dzen.
+-- format. Suitable to pipe into dzen.
--
-----------------------------------------------------------------------------
diff --git a/FlexibleManipulate.hs b/FlexibleManipulate.hs
index 1a2df1d..cdf209e 100644
--- a/FlexibleManipulate.hs
+++ b/FlexibleManipulate.hs
@@ -42,7 +42,7 @@ import Graphics.X11.Xlib.Extras
-- is divided by thirds for each axis)
-- Flex.resize performs only resize of the window, based on which quadrant
-- the mouse is in
--- Flex.position is similar to the builtin mouseMoveWindow
+-- Flex.position is similar to the built-in mouseMoveWindow
--
-- You can also write your own function for this parameter. It should take
-- a value between 0 and 1 indicating position, and return a value indicating
diff --git a/FocusNth.hs b/FocusNth.hs
index 1bcd66b..1d0e65e 100644
--- a/FocusNth.hs
+++ b/FocusNth.hs
@@ -8,7 +8,7 @@
-- Stability : unstable
-- Portability : unportable
--
--- Focus the n'th window on the screen.
+-- Focus the nth window on the screen.
-----------------------------------------------------------------------------
module XMonadContrib.FocusNth (
diff --git a/LayoutScreens.hs b/LayoutScreens.hs
index 2961b8b..ca489c1 100644
--- a/LayoutScreens.hs
+++ b/LayoutScreens.hs
@@ -30,7 +30,7 @@ import Graphics.X11.Xlib.Extras
-- separate screens. This should definitely be useful for testing the
-- behavior of xmonad under Xinerama, and it's possible that it'd also be
-- handy for use as an actual user interface, if you've got a very large
--- sceen and long for greater flexibility (e.g. being able to see your
+-- screen and long for greater flexibility (e.g. being able to see your
-- email window at all times, a crude mimic of sticky windows).
--
-- You can use this module with the following in your Config.hs file:
diff --git a/Mosaic.hs b/Mosaic.hs
index ae2fd5d..5fa3304 100644
--- a/Mosaic.hs
+++ b/Mosaic.hs
@@ -41,7 +41,7 @@ import XMonadContrib.Anneal
--
-- Key bindings:
--
--- You can use this module with the following in your config file:
+-- You can use this module with the following in your Config.hs:
--
-- > import XMonadContrib.Mosaic
--
diff --git a/Roledex.hs b/Roledex.hs
index 81092d9..02eecf8 100644
--- a/Roledex.hs
+++ b/Roledex.hs
@@ -10,7 +10,7 @@
--
-- Screenshot : <http://www.timthelion.com/rolodex.png>
--
--- This is a compleatly pointless layout which acts like Microsoft's Flip 3D
+-- This is a completely pointless layout which acts like Microsoft's Flip 3D
-----------------------------------------------------------------------------
module XMonadContrib.Roledex (
diff --git a/RotSlaves.hs b/RotSlaves.hs
index e53a185..d26c33e 100644
--- a/RotSlaves.hs
+++ b/RotSlaves.hs
@@ -32,7 +32,7 @@ import XMonad
--
--
-- This operation will rotate all windows except the master window, while the focus
--- stays where it is. It is usefull together with the TwoPane-Layout (see XMonadContrib.TwoPane).
+-- stays where it is. It is useful together with the TwoPane-Layout (see XMonadContrib.TwoPane).
-- %import XMonadContrib.RotSlaves
-- %keybind , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp)
diff --git a/SetWMName.hs b/SetWMName.hs
index f17982b..84e346e 100644
--- a/SetWMName.hs
+++ b/SetWMName.hs
@@ -29,7 +29,7 @@
-- Setting WM name to "compiz" does not solve the problem, because of yet
-- another bug in AWT code (related to insets). For LG3D insets are explicitly
-- set to 0, while for other WMs the insets are "guessed" and the algorithm
--- fails miserably by guessing abolutely bogus values.
+-- fails miserably by guessing absolutely bogus values.
-----------------------------------------------------------------------------
module XMonadContrib.SetWMName (
diff --git a/WorkspaceDir.hs b/WorkspaceDir.hs
index 30a77c1..f21cdf5 100644
--- a/WorkspaceDir.hs
+++ b/WorkspaceDir.hs
@@ -9,7 +9,7 @@
-- Stability : unstable
-- Portability : unportable
--
--- WorkspaceDir is an exstension to set the current directory in a workspace.
+-- WorkspaceDir is an extension to set the current directory in a workspace.
--
-- Actually, it sets the current directory in a layout, since there's no way I
-- know of to attach a behavior to a workspace. This means that any terminals