summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-08-25 22:13:54 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-08-25 22:13:54 +0200
commit37fcd0061e27216d14e03487b6c7428e78aad55d (patch)
tree6f15b94f8ea402e19b6f61e7ca796407cdb514fe
parent915428d385ccc639fd97c3e00accad42c1079ca2 (diff)
Fix a typo.
-rw-r--r--src/mulk/benki/wiki.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mulk/benki/wiki.clj b/src/mulk/benki/wiki.clj
index d0c46f8..d8e1e11 100644
--- a/src/mulk/benki/wiki.clj
+++ b/src/mulk/benki/wiki.clj
@@ -165,5 +165,5 @@
:wiki_page_revisions
[:page :title :content :author :format]
[page-id title dbcontent user "html5"]))
- {:stetus 200, :headers {}, :body (wikilinkify (hrefify dbcontent))})
+ {:status 200, :headers {}, :body (wikilinkify (hrefify dbcontent))})
{:status 403, :headers {}, :body ""}))))