diff options
author | Michael Fellinger <m.fellinger@gmail.com> | 2007-09-11 04:31:58 +0200 |
---|---|---|
committer | Michael Fellinger <m.fellinger@gmail.com> | 2007-09-11 04:31:58 +0200 |
commit | 66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5 (patch) | |
tree | 1b29da0ff89b6962ddc5a5b0c80cc83d2df932f6 | |
parent | 597d44710293311df8ea3a39a06b77b37ba551e9 (diff) | |
download | XMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.tar.gz XMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.tar.xz XMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.zip |
Fixing some typos and grammar in documentation.
darcs-hash:20070911023158-cbc08-aff6e14b6d1a6e11bbc530565f383d98dee77cff.gz
-rw-r--r-- | Combo.hs | 2 | ||||
-rw-r--r-- | DynamicLog.hs | 2 | ||||
-rw-r--r-- | FlexibleManipulate.hs | 2 | ||||
-rw-r--r-- | FocusNth.hs | 2 | ||||
-rw-r--r-- | LayoutScreens.hs | 2 | ||||
-rw-r--r-- | Mosaic.hs | 2 | ||||
-rw-r--r-- | Roledex.hs | 2 | ||||
-rw-r--r-- | RotSlaves.hs | 2 | ||||
-rw-r--r-- | SetWMName.hs | 2 | ||||
-rw-r--r-- | WorkspaceDir.hs | 2 |
10 files changed, 10 insertions, 10 deletions
@@ -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: @@ -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 -- @@ -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 |