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 3df7e35..5090dcc 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.
--- Mostly usefull on small screens.
+-- Mostly useful on small screens.
--
-----------------------------------------------------------------------------