BIG5EncodedString.st
changeset 452 36c5087650fb
parent 265 6024db111b9d
child 543 9c29370c7dc8
--- a/BIG5EncodedString.st	Wed Oct 16 00:10:58 1996 +0200
+++ b/BIG5EncodedString.st	Wed Oct 16 10:58:46 1996 +0200
@@ -11,7 +11,7 @@
 "
     BIG5EncodedString represents 16bit strings encoded in BIG-5.
     BIG-5 is a popular hanzi code used in Taiwan.
-    Most of you are probably not interrested in those ...
+    Most of you are probably not interested in those ...
 
     [author:]
         Claus Gittinger
@@ -98,6 +98,6 @@
 !BIG5EncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.7 1996-04-27 11:27:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.8 1996-10-16 08:58:46 stefan Exp $'
 ! !
 BIG5EncodedString initialize!