Socket.st
changeset 155 fcf846c707b7
parent 126 fca9404da9d4
child 160 879568e66211
--- a/Socket.st	Sun Dec 10 01:40:53 1995 +0100
+++ b/Socket.st	Fri Dec 15 13:08:07 1995 +0100
@@ -404,7 +404,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.43 1995-11-23 01:51:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.44 1995-12-15 12:08:07 cg Exp $'
 ! !
 
 !Socket class methodsFor:'ST80 instance creation'!
@@ -1850,7 +1850,7 @@
 getPeer
     "ST-80 compatibility: return an IPSocketAddress instance representing
      my hostname/port combination.
-     If you are interrested in the hostname, use getPeerName directly."
+     If you are interested in the hostname, use getPeerName directly."
 
     domain == #unix ifTrue:[
 	^ UDSocketAddress name:peerName