From 7789f18ce9b5be1d69666b0e909e68a45d76029a Mon Sep 17 00:00:00 2001 From: crodjer Date: Wed, 29 Feb 2012 07:00:22 +0000 Subject: [PATCH] Fix typo in tabbed layout link for font utils docs --- XMonad/Util/Font.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Util/Font.hs b/XMonad/Util/Font.hs index ed09a6d1..7f66c75c 100644 --- a/XMonad/Util/Font.hs +++ b/XMonad/Util/Font.hs @@ -53,7 +53,7 @@ data XMonadFont = Core FontStruct #endif -- $usage --- See "Xmonad.Layout.Tabbed" or "XMonad.Prompt" for usage examples +-- See "XMonad.Layout.Tabbed" or "XMonad.Prompt" for usage examples -- | Get the Pixel value for a named color: if an invalid name is -- given the black pixel will be returned.