#OTHER by mawalch
authormawalch
Thu, 02 Feb 2017 21:15:17 +0100
changeset 4293 82b9928ddcae
parent 4292 b9bd75905d10
child 4294 1aa2275f234a
#OTHER by mawalch Spelling fixes.
Socket.st
--- a/Socket.st	Thu Feb 02 21:15:17 2017 +0100
+++ b/Socket.st	Thu Feb 02 21:15:17 2017 +0100
@@ -1543,7 +1543,7 @@
 
 readAppendStream
     "ST-80 mimicry.
-     In ST-80, socket is not a stream, but referes to one.
+     In ST-80, socket is not a stream, but refers to one.
      ST-80 code therefore uses 'Socket readWriteStream' to access
      the actual stream.
      In ST/X, sockets inherit from stream, so
@@ -1554,7 +1554,7 @@
 
 readStream
     "ST-80 mimicry.
-     In ST-80, socket is not a stream, but referes to one.
+     In ST-80, socket is not a stream, but refers to one.
      ST-80 code therefore uses 'Socket readStream' to access
      the actual stream.
      In ST/X, sockets inherit from stream, so
@@ -1567,7 +1567,7 @@
 
 writeStream
     "ST-80 mimicry.
-     In ST-80, socket is not a stream, but referes to one.
+     In ST-80, socket is not a stream, but refers to one.
      ST-80 code therefore uses 'Socket writeStream' to access
      the actual stream.
      In ST/X, sockets inherit from stream, so