projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430be18
)
blog: Fix typo
v0.11
author
Lucian Mogosanu
<lucian@mogosanu.ro>
Thu, 15 Aug 2019 12:49:55 +0000
(15:49 +0300)
committer
Lucian Mogosanu
<lucian@mogosanu.ro>
Thu, 15 Aug 2019 12:50:21 +0000
(15:50 +0300)
blog.lisp
patch
|
blob
|
history
diff --git
a/blog.lisp
b/blog.lisp
index
c3a5046
..
2fc822a
100644
(file)
--- a/
blog.lisp
+++ b/
blog.lisp
@@
-312,7
+312,7
@@
:output *standard-output*))
(defun tlbs-start-site (&key (port 8000))
- ;; Check whether we're already starterd
+ ;; Check whether we're already started
(when *acceptor*
(format t "Site instance is already started at ~s~%" *acceptor*)
(return-from tlbs-start-site *acceptor*))