aboutsummaryrefslogtreecommitdiff
path: root/lazybones.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lazybones.lisp')
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.lisp b/lazybones.lisp
index f7b2235..be20847 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -132,7 +132,7 @@ E.G. Consider the form
(http-ok \"text/plain\" \"OK\")
-Outsidef of a DEFROUTE this returns the list
+Outside of a DEFROUTE this returns the list
(200 (:CONTENT-TYPE \"text/plain\" :CONTENT-LENGTH 2) (\"OK\"))