summaryrefslogtreecommitdiffhomepage
path: root/Plugins.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-13 13:12:29 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-13 13:12:29 +0200
commitb913438c0b1bccc0da4332b5e12dc67a48e574d1 (patch)
tree4e637877db11b106bae9b1b7b0cc7833f66608a6 /Plugins.hs
parent251e5ff33835874f4d442276adefab1b25ed066b (diff)
downloadxmobar-b913438c0b1bccc0da4332b5e12dc67a48e574d1.tar.gz
xmobar-b913438c0b1bccc0da4332b5e12dc67a48e574d1.tar.bz2
Plugins.hs: some haddock corrections
darcs-hash:20070713111229-d6583-9f935f51431cd4f748be95111aed88c8b6dbaa0b.gz
Diffstat (limited to 'Plugins.hs')
-rw-r--r--Plugins.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins.hs b/Plugins.hs
index 4efe615..fa98aca 100644
--- a/Plugins.hs
+++ b/Plugins.hs
@@ -8,9 +8,9 @@
-- Stability : unstable
-- Portability : unportable
--
--- This module export the API for plugins.
+-- This module exports the API for plugins.
--
--- Have a look ate Plugins/HelloWorld.hs
+-- Have a look at Plugins\/HelloWorld.hs
--
-----------------------------------------------------------------------------