From 6d0b082eb716d8995a064574a90bdb1e178d07d2 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 17 Jun 2009 21:03:45 +0000 Subject: [PATCH] minor typo in ./XMonad/Layout/StackTile.hs --- XMonad/Layout/StackTile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Layout/StackTile.hs b/XMonad/Layout/StackTile.hs index d47a9408..3df7e353 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. -- -----------------------------------------------------------------------------