#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 13 Jun 2018 10:55:10 +0200
changeset 4678 28f9a9f71751
parent 4677 a73ebe9d10cb
child 4679 f3716e8f68d5
#DOCUMENTATION by cg class: IPSocketAddress class comment/format in: #documentation
IPSocketAddress.st
--- a/IPSocketAddress.st	Mon Jun 11 14:57:51 2018 +0200
+++ b/IPSocketAddress.st	Wed Jun 13 10:55:10 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -55,7 +57,7 @@
     For systems, when the name translation is fast (unix), you may want to disable it,
     as it prevents new addresses to be detected for some time (for example, if the own address
     changes due to a new dhcp address being acquired).
-    You can also change the cacheing-interval time 
+    You can also change the caching-interval time 
     (see caching protocol, flush*Cache, cachingIntervalTime, *CacheSize).
 
     [author:]