#OTHER by mawalch
authormawalch
Tue, 16 Aug 2016 14:39:54 +0200
changeset 4039 87f0dc2e89d8
parent 4038 3ff1884f5acd
child 4040 645d303ede4d
child 4041 ed60d9c91792
#OTHER by mawalch class: Socket changed: #connectTo:withTimeout: typo
Socket.st
--- a/Socket.st	Tue Aug 16 14:31:01 2016 +0200
+++ b/Socket.st	Tue Aug 16 14:39:54 2016 +0200
@@ -2177,7 +2177,7 @@
      * connect
      */
 
-// we do not use wrap calls any longer, bacuse they have problems with aborting.
+// we do not use wrap calls any longer, because they have problems with aborting.
 // we use nonblocking accept() instead.
 # if 0 && defined(DO_WRAP_CALLS)
     // __setWrapCallDebugging(1,1);