fix typos

This commit is contained in:
Martin Zimmermann 2014-05-27 22:04:53 +02:00
parent 96206b110c
commit 20fc700e98

View File

@ -79,10 +79,10 @@ notify
Select notification backend(s) for new comments, separated by comma. Select notification backend(s) for new comments, separated by comma.
Available backends: Available backends:
stdout : stdout
Log to standard output. Default, if none selected. Log to standard output. Default, if none selected.
smtp : smtp
Send notifications via SMTP on new comments with activation (if Send notifications via SMTP on new comments with activation (if
moderated) and deletion links. moderated) and deletion links.
@ -130,7 +130,7 @@ listen
; UNIX domain socket ; UNIX domain socket
listen = unix:///tmp/isso.sock listen = unix:///tmp/isso.sock
; TCP/IP ; TCP/IP
listen = http:///localhost:1234/ listen = http://localhost:1234/
When ``gevent`` is available, it is automatically used for `http://` When ``gevent`` is available, it is automatically used for `http://`
Currently, gevent can not handle http requests on unix domain socket Currently, gevent can not handle http requests on unix domain socket