summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-05-25 18:00:30 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-05-25 18:00:30 +0200
commiteac0473a0bf61187e1fc356f37525503d5bff9eb (patch)
tree0e1dfec791cb1bc896fc5696ea24f8340fee43fa
parentc31f22c79adbd1bce7876aa9eb9cfcbb9f226623 (diff)
downloadhakyll-eac0473a0bf61187e1fc356f37525503d5bff9eb.tar.gz
Typo fix by masak.
-rw-r--r--src/Text/Hakyll.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Hakyll.hs b/src/Text/Hakyll.hs
index 8cc1653..8f74556 100644
--- a/src/Text/Hakyll.hs
+++ b/src/Text/Hakyll.hs
@@ -1,4 +1,4 @@
--- | This is the main Hakyll module, exporting the important @hakyl@ function.
+-- | This is the main Hakyll module, exporting the important @hakyll@ function.
--
-- Most configurations would use this @hakyll@ function more or less as the
-- main function: