aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/StackTile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/StackTile.hs')
-rw-r--r--XMonad/Layout/StackTile.hs2
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.
--
-----------------------------------------------------------------------------