From: Richard Kettlewell Date: Sun, 9 Mar 2008 17:04:21 +0000 (+0000) Subject: Typo fix. X-Git-Tag: 3.0~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/af7a85b709c60a644fe04e77a3289bcd120ba1b2?hp=811263fdfd1b8f0ab0aef86878737a664ce9a46c Typo fix. --- diff --git a/server/play.c b/server/play.c index ec9b701..f38c9d5 100644 --- a/server/play.c +++ b/server/play.c @@ -392,7 +392,7 @@ static int start(ev_source *ev, fatal(errno, "error calling socketpair"); /* Beware of the Leopard! On OS X 10.5.x, the order of the shutdown * calls here DOES MATTER. If you do the SHUT_WR first then the SHUT_RD - * fails iwth "Socket is not connected". I think this is a bug but + * fails with "Socket is not connected". I think this is a bug but * provided implementors either don't care about the order or all agree * about the order, choosing the reliable order is an adequate * workaround. */