Fix module name in comment of X.L.Fullscreen

This commit is contained in:
Adam Vogt 2013-05-14 21:57:27 +00:00
parent 91a5d13005
commit 546b582a3d

View File

@ -1,7 +1,7 @@
{-# LANGUAGE DeriveDataTypeable, MultiParamTypeClasses, FlexibleInstances, TypeSynonymInstances #-}
-----------------------------------------------------------------------------
-- |
-- Module : XMonad.Layout.Decoration
-- Module : XMonad.Layout.Fullscreen
-- Copyright : (c) 2010 Audun Skaugen
-- License : BSD-style (see xmonad/LICENSE)
--