From 55f4c4ff1b832db07bcca2215d9c1bfed5864c64 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Sun, 16 Jun 2024 00:38:12 -0400 Subject: [PATCH] Fix typo in comment --- XMonad/Actions/WindowBringer.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Actions/WindowBringer.hs b/XMonad/Actions/WindowBringer.hs index 3a10872e7..60e123496 100644 --- a/XMonad/Actions/WindowBringer.hs +++ b/XMonad/Actions/WindowBringer.hs @@ -193,7 +193,7 @@ decorateName ws w = do return $ name ++ " [" ++ W.tag ws ++ "]" -- | Returns the window name as will be listed in dmenu. This will --- return the executable name of the window along with it's workspace +-- return the executable name of the window along with its workspace -- ID. decorateAppName :: X.WindowSpace -> Window -> X String decorateAppName ws w = do