Fixing some typos and grammar in documentation.

This commit is contained in:
Michael Fellinger 2007-09-11 02:31:58 +00:00
parent 0994d187f2
commit 44a2e41a15
10 changed files with 10 additions and 10 deletions

View File

@ -38,7 +38,7 @@ import StackSet ( integrate, differentiate )
-- --
-- The first argument to combo is a Layout that will divide the screen into -- 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 -- 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 -- 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 -- windows this section should hold. This number is ignored for the last
-- layout, which will hold any excess windows. -- layout, which will hold any excess windows.

View File

@ -14,7 +14,7 @@
-- --
-- > 1 2 [3] 4 8 -- > 1 2 [3] 4 8
-- --
-- format. suitable to pipe into dzen. -- format. Suitable to pipe into dzen.
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------

View File

@ -42,7 +42,7 @@ import Graphics.X11.Xlib.Extras
-- is divided by thirds for each axis) -- is divided by thirds for each axis)
-- Flex.resize performs only resize of the window, based on which quadrant -- Flex.resize performs only resize of the window, based on which quadrant
-- the mouse is in -- 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 -- 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 -- a value between 0 and 1 indicating position, and return a value indicating

View File

@ -8,7 +8,7 @@
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- Portability : unportable
-- --
-- Focus the n'th window on the screen. -- Focus the nth window on the screen.
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module XMonadContrib.FocusNth ( module XMonadContrib.FocusNth (

View File

@ -30,7 +30,7 @@ import Graphics.X11.Xlib.Extras
-- separate screens. This should definitely be useful for testing the -- separate screens. This should definitely be useful for testing the
-- behavior of xmonad under Xinerama, and it's possible that it'd also be -- 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 -- 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). -- email window at all times, a crude mimic of sticky windows).
-- --
-- You can use this module with the following in your Config.hs file: -- You can use this module with the following in your Config.hs file:

View File

@ -41,7 +41,7 @@ import XMonadContrib.Anneal
-- --
-- Key bindings: -- 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 -- > import XMonadContrib.Mosaic
-- --

View File

@ -10,7 +10,7 @@
-- --
-- Screenshot : <http://www.timthelion.com/rolodex.png> -- 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 ( module XMonadContrib.Roledex (

View File

@ -32,7 +32,7 @@ import XMonad
-- --
-- --
-- This operation will rotate all windows except the master window, while the focus -- 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 -- %import XMonadContrib.RotSlaves
-- %keybind , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp) -- %keybind , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp)

View File

@ -29,7 +29,7 @@
-- Setting WM name to "compiz" does not solve the problem, because of yet -- 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 -- 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 -- 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 ( module XMonadContrib.SetWMName (

View File

@ -9,7 +9,7 @@
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- 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 -- 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 -- know of to attach a behavior to a workspace. This means that any terminals