diff options
author | David Waern <david.waern@gmail.com> | 2009-06-24 22:39:44 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-06-24 22:39:44 +0000 |
commit | 546a2ac0b50864b52727f5a1c9d4de72a7362082 (patch) | |
tree | e091b1e922f97c557453a852c9570abad18e8e2d /src/Haddock/Interface.hs | |
parent | 448d5b29a18ee9ef88a43879bf850ff16f327cb8 (diff) |
Fix spelling error
Diffstat (limited to 'src/Haddock/Interface.hs')
-rw-r--r-- | src/Haddock/Interface.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs index 9ec622b7..d0106347 100644 --- a/src/Haddock/Interface.hs +++ b/src/Haddock/Interface.hs @@ -11,7 +11,7 @@ -- -- Here we build the actual module interfaces. By interface we mean the -- information that is used to render a Haddock page for a module. Parts of --- this information is also stored in the .haddock files. +-- this information are also stored in the .haddock files. ----------------------------------------------------------------------------- module Haddock.Interface ( |