diff options
-rw-r--r-- | XMonad/Layout/StackTile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/StackTile.hs b/XMonad/Layout/StackTile.hs index d47a940..3df7e35 100644 --- a/XMonad/Layout/StackTile.hs +++ b/XMonad/Layout/StackTile.hs @@ -12,7 +12,7 @@ -- Portability : unportable -- -- A stacking layout, like dishes but with the ability to resize master pane. --- Moastly usefull on small screens. +-- Mostly usefull on small screens. -- ----------------------------------------------------------------------------- |