grammar fix

This commit is contained in:
Lukas Mai 2008-01-28 17:50:59 +00:00
parent 2659a12049
commit ced1792bfa

View File

@ -112,7 +112,7 @@ transientTo = do w <- ask
liftIO $ getTransientForHint d w
-- | A convenience 'MaybeManageHook' that will check to see if a window
-- is transient, and then move it to it's parent.
-- is transient, and then move it to its parent.
transience :: MaybeManageHook
transience = transientTo </=? Nothing
-?>> move