From: Lucian Mogosanu Date: Thu, 15 Aug 2019 12:49:55 +0000 (+0300) Subject: blog: Fix typo X-Git-Tag: v0.11^0 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=c95b7e74c9b26e515c669af2983643eda2c0fab1;p=thetarpit.git blog: Fix typo --- diff --git a/blog.lisp b/blog.lisp index c3a5046..2fc822a 100644 --- 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*))