Fix spelling of 'weird'

https://en.wiktionary.org/wiki/wierd
This commit is contained in:
Szabó Krisztián 2015-07-24 15:43:40 +02:00
parent dd0471ee29
commit 72b2889f94
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
;; -- Middleware Factories ----------------------------------------------------
;;
;; Note: wierd approach defn-ing middleware factories below. Why? Because
;; Note: weird approach defn-ing middleware factories below. Why? Because
;; I wanted to put some metadata on them (useful for later checking).
;; Found I had to do it this way:
;; (def fn-name
@ -99,7 +99,7 @@
;; ^{....} ;; middleware put on the following fn
;; (fn fn-name ....))
;;
;; So, yeah, wierd.
;; So, yeah, weird.
(def path
"A middleware factory which supplies a sub-tree of `db` to the handler.