Socket.st
changeset 3989 d99b5df54e27
parent 3988 7bf762b79544
child 3992 529479ee431f
child 4032 24df60dcd5f4
--- a/Socket.st	Wed Jul 06 13:02:17 2016 +0200
+++ b/Socket.st	Wed Jul 06 15:37:55 2016 +0200
@@ -237,7 +237,7 @@
     More may be added in the future.
     (the code is prepared for things like SNA or decNet;
      however, right now, this code is empty and needs a little work.
-     Implementing those is pretty straight forward, once the address
+     Implementing those is pretty straightforward, once the address
      data structures are known.)
 
     Due to historic reasons (I started this class, before I got hold of some
@@ -248,10 +248,10 @@
     which are meant to be compatible to ST-80's UnixSocketAccessor interface.
 
     TODO: cleanup historic leftovers,
-	  change to raise more signals on errors.
+          change to raise more signals on errors.
 
     [author:]
-	Claus Gittinger
+        Claus Gittinger
 "
 !