X.*: Fix typos (#871)

* X.*: fix typos

* X.*: fix typos

* X.*: fix typos

* X.Util: fix typo

---------

Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
This commit is contained in:
Daniel Cousens
2024-02-12 17:55:20 +11:00
committed by GitHub
parent 1d8305d515
commit a84cec9b2d
6 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ import Control.Arrow (first)
-- in one row, in slave area underlying layout is run. Size of slave area
-- automatically increases when number of slave windows is increasing.
--
-- You can use this module by adding folowing in your @xmonad.hs@:
-- You can use this module by adding following in your @xmonad.hs@:
--
-- > import XMonad.Layout.AutoMaster
--