Fix typo in comment

This commit is contained in:
brandon s allbery kf8nh 2024-06-16 00:38:12 -04:00 committed by GitHub
parent bbbf5c3b44
commit 55f4c4ff1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,7 +193,7 @@ decorateName ws w = do
return $ name ++ " [" ++ W.tag ws ++ "]" return $ name ++ " [" ++ W.tag ws ++ "]"
-- | Returns the window name as will be listed in dmenu. This will -- | 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. -- ID.
decorateAppName :: X.WindowSpace -> Window -> X String decorateAppName :: X.WindowSpace -> Window -> X String
decorateAppName ws w = do decorateAppName ws w = do