Revision: 4459 Author: edi URL: http://bknr.net/trac/changeset/4459
Typos
U trunk/thirdparty/hunchentoot/easy-handlers.lisp U trunk/thirdparty/hunchentoot/specials.lisp
Modified: trunk/thirdparty/hunchentoot/easy-handlers.lisp =================================================================== --- trunk/thirdparty/hunchentoot/easy-handlers.lisp 2009-10-14 21:45:48 UTC (rev 4458) +++ trunk/thirdparty/hunchentoot/easy-handlers.lisp 2009-10-14 21:51:47 UTC (rev 4459) @@ -184,7 +184,7 @@
ACCEPTOR-NAMES (which is evaluated) can be a list of symbols which means that the handler will be returned by DISPATCH-EASY-HANDLERS in -acceptor which have one of these names (see ACCEPTOR-NAME). +acceptors which have one of these names (see ACCEPTOR-NAME). ACCEPTOR-NAMES can also be the symbol T which means that the handler will be returned by DISPATCH-EASY-HANDLERS in every acceptor.
Modified: trunk/thirdparty/hunchentoot/specials.lisp =================================================================== --- trunk/thirdparty/hunchentoot/specials.lisp 2009-10-14 21:45:48 UTC (rev 4458) +++ trunk/thirdparty/hunchentoot/specials.lisp 2009-10-14 21:51:47 UTC (rev 4459) @@ -270,7 +270,7 @@ DEFAULT-DISPATCHER.")
(defvar *easy-handler-alist* nil - "An alist of (URI server-names function) lists defined by + "An alist of (URI acceptor-names function) lists defined by DEFINE-EASY-HANDLER.")
(defvar *http-error-handler* nil