Fix typo in comment.

This commit is contained in:
Kim F. Storm 2006-12-27 21:46:25 +00:00
parent 1bb433e702
commit d7e344cda1

View file

@ -2900,7 +2900,7 @@ usage: (make-network-process &rest ARGS) */)
/* Make QCaddress an alias for :local (server) or :remote (client). */
QCaddress = is_server ? QClocal : QCremote;
/* :wait BOOL */
/* :nowait BOOL */
if (!is_server && socktype == SOCK_STREAM
&& (tem = Fplist_get (contact, QCnowait), !NILP (tem)))
{