#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:35:11 +0100
changeset 20824 4036277080eb
parent 20823 73e7da80f87c
child 20825 38ca70e1c738
#DOCUMENTATION by cg class: Stream comment/format in:7 methods
Stream.st
--- a/Stream.st	Fri Nov 04 16:33:39 2016 +0100
+++ b/Stream.st	Fri Nov 04 16:35:11 2016 +0100
@@ -1098,7 +1098,7 @@
      most-significant-byte-first (true) or least-first (false).
      This interface is provided to allow talking to external programs,
      where it's known that the byte order is some definite one.
-     If you dont care (i.e. talk to other smalltalks) or you can control the
+     If you don't care (i.e. talk to other smalltalks) or you can control the
      order, please use the corresponding xxxNet methods, which use a standard
      network byte order."
 
@@ -1160,7 +1160,7 @@
      most-significant-byte-first (true) or least-first (false).
      This interface is provided to allow talking to external programs,
      where it's known that the byte order is some definite one.
-     If you dont care (i.e. talk to other smalltalks) or you can control the
+     If you don't care (i.e. talk to other smalltalks) or you can control the
      order, please use the corresponding xxxNet methods, which use a standard
      network byte order."
 
@@ -1637,7 +1637,7 @@
      most-significant-byte-first (true) or least-first (false).
      This interface is provided to allow talking to external programs,
      where it's known that the byte order is some definite one.
-     If you dont care (i.e. talk to other smalltalks) or you can control the
+     If you don't care (i.e. talk to other smalltalks) or you can control the
      order, please use the corresponding xxxNet methods, which use a standard
      network byte order."
 
@@ -1692,7 +1692,7 @@
      most-significant-byte-first (true) or least-first (false).
      This interface is provided to allow talking to external programs,
      where it's known that the byte order is some definite one.
-     If you dont care (i.e. talk to other smalltalks) or you can control the
+     If you don't care (i.e. talk to other smalltalks) or you can control the
      order, please use the corresponding xxxNet methods, which use a standard
      network byte order."
 
@@ -2240,7 +2240,7 @@
 
      This interface is provided to allow talking to external programs,
      where it's known that the byte order is some definite one.
-     If you dont care (i.e. talk to other smalltalks) or you can control the
+     If you don't care (i.e. talk to other smalltalks) or you can control the
      order, please use the corresponding xxxNet methods, which use a standard
      network byte order."
 
@@ -2585,7 +2585,7 @@
 
      This interface is provided to allow talking to external programs,
      where it's known that the byte order is some definite one.
-     If you dont care (i.e. talk to other smalltalks) or you can control the
+     If you don't care (i.e. talk to other smalltalks) or you can control the
      order, please use the corresponding xxxNet methods, which use a standard
      network byte order."
 
@@ -2643,7 +2643,7 @@
 
      This interface is provided to allow talking to external programs,
      where it's known that the byte order is some definite one.
-     If you dont care (i.e. talk to other smalltalks) or you can control the
+     If you don't care (i.e. talk to other smalltalks) or you can control the
      order, please use the corresponding xxxNet methods, which use a standard
      network byte order."