#OTHER by mawalch
authormawalch
Wed, 06 Jul 2016 11:49:55 +0200
changeset 3983 08ddc72557a9
parent 3981 aa54de68b481
child 3984 4816610d2f76
#OTHER by mawalch Spelling fixes.
SocketAddress.st
--- a/SocketAddress.st	Sun Jul 03 10:10:06 2016 +0200
+++ b/SocketAddress.st	Wed Jul 06 11:49:55 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -847,7 +845,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 subclassResponsibility
 !