IPSocketAddress.st
changeset 3986 e51bb438c6a6
parent 3772 ea7a85e2bb8f
child 3994 22466af8bcbc
--- a/IPSocketAddress.st	Wed Jul 06 11:50:07 2016 +0200
+++ b/IPSocketAddress.st	Wed Jul 06 11:50:09 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -562,7 +560,7 @@
 !
 
 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"
 
     ^ (self at:5) == 127