Fix typo in comment.
This commit is contained in:
parent
1bb433e702
commit
d7e344cda1
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue