chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811263f
)
Typo fix.
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 9 Mar 2008 17:04:21 +0000
(17:04 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 9 Mar 2008 17:04:21 +0000
(17:04 +0000)
server/play.c
patch
|
blob
|
blame
|
history
diff --git
a/server/play.c
b/server/play.c
index ec9b7018a2fcdf6bd6cb50aac362f308c79fef41..f38c9d549f40ae296fa4a0b0e15a86f7aab26219 100644
(file)
--- 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
iw
th "Socket is not connected". I think this is a bug but
+ * fails
wi
th "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. */