aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-05-14 20:39:27 +0000
committerDavid Waern <david.waern@gmail.com>2010-05-14 20:39:27 +0000
commit480bb82eba5dbf783edb17b46e230af14da922fd (patch)
tree4e0f37f5d25389ccd12f855462b89845ebb201cf /src/Main.hs
parent2858bd4045afd45281fcb6b80b03d849c44464ad (diff)
Spelling in comment
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index cb7e3d93..6329d22b 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -188,7 +188,7 @@ render flags ifaces installedIfaces = do
packageStr = Just (modulePackageString packageMod)
(pkgName,pkgVer) = modulePackageInfo packageMod
- -- which HTML redering to use
+ -- which HTML rendering to use
pick htmlF xhtmlF = if (Flag_Xhtml `elem` flags) then xhtmlF else htmlF
ppHtmlIndex = pick Html.ppHtmlIndex Xhtml.ppHtmlIndex
ppHtmlHelpFiles = pick Html.ppHtmlHelpFiles Xhtml.ppHtmlHelpFiles