Commit 33b532214be50af8a660991b52a774d6bc2cbda9

Thomas de Grivel 2018-06-17T17:05:41

typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/thot.lisp b/thot.lisp
index cbd534a..361d327 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -554,7 +554,7 @@ The requested url "
 (defvar *stop* nil)
 
 (defvar *main-loop* #'main-loop)
-(declaim (type function *acceptor-loop*))
+(declaim (type function *main-loop*))
 
 (defvar *host*)