UDSocketAddress.st
changeset 3987 5507fb2364b2
parent 3520 669dd5b0ce2e
child 5052 82fd57c1de33
--- a/UDSocketAddress.st	Wed Jul 06 11:50:09 2016 +0200
+++ b/UDSocketAddress.st	Wed Jul 06 11:50:11 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -190,7 +188,7 @@
 !UDSocketAddress methodsFor:'testing'!
 
 isLocal
-    "answer true, if this address adresses a peer on the same host"
+    "answer true, if this address addresses a peer on the same host"
 
     ^ true
 ! !
@@ -198,10 +196,10 @@
 !UDSocketAddress class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.22 2015-03-02 23:21:26 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.22 2015-03-02 23:21:26 stefan Exp $'
+    ^ '$Header$'
 ! !