diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2013-05-14 23:57:27 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2013-05-14 23:57:27 +0200 |
commit | 4770f325cf4b7db26ffdffeff8c63880131bcc4b (patch) | |
tree | 53d8fd193a99b05e68cce9e6a5e895f6ff20f00b | |
parent | 3c31b862607038e3b2e39871ea006db280020b32 (diff) | |
download | XMonadContrib-4770f325cf4b7db26ffdffeff8c63880131bcc4b.tar.gz XMonadContrib-4770f325cf4b7db26ffdffeff8c63880131bcc4b.tar.xz XMonadContrib-4770f325cf4b7db26ffdffeff8c63880131bcc4b.zip |
Fix module name in comment of X.L.Fullscreen
Ignore-this: cb5cf18c301c5daf5e1a2527da1ef6bf
darcs-hash:20130514215727-1499c-f6c8e7e5a2699db37eebc86abeff5e399e17b622.gz
-rw-r--r-- | XMonad/Layout/Fullscreen.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Fullscreen.hs b/XMonad/Layout/Fullscreen.hs index 1b9b0b9..a60a742 100644 --- a/XMonad/Layout/Fullscreen.hs +++ b/XMonad/Layout/Fullscreen.hs @@ -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) -- |