Fix misspelled "interrest" to "interest".
authorStefan Vogel <sv@exept.de>
Wed, 16 Oct 1996 10:58:46 +0200
changeset 452 36c5087650fb
parent 451 61c26881eab6
child 453 0a340127d3af
Fix misspelled "interrest" to "interest".
BIG5EncodedString.st
BIG5String.st
GBEncodedString.st
GBString.st
--- 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!
--- a/BIG5String.st	Wed Oct 16 00:10:58 1996 +0200
+++ b/BIG5String.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/Attic/BIG5String.st,v 1.7 1996-04-27 11:27:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.8 1996-10-16 08:58:46 stefan Exp $'
 ! !
 BIG5EncodedString initialize!
--- a/GBEncodedString.st	Wed Oct 16 00:10:58 1996 +0200
+++ b/GBEncodedString.st	Wed Oct 16 10:58:46 1996 +0200
@@ -11,7 +11,7 @@
 "
     GBEncodedString represents 16bit strings encoded in GB (GuoBiao),
     (with high bit set). This encoding is Mainland China's national standard.
-    Most of you are probably not interrested in those ...
+    Most of you are probably not interested in those ...
 
     [author:]
         Claus Gittinger
@@ -55,6 +55,6 @@
 !GBEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/GBEncodedString.st,v 1.5 1996-04-27 11:24:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/GBEncodedString.st,v 1.6 1996-10-16 08:58:46 stefan Exp $'
 ! !
 GBEncodedString initialize!
--- a/GBString.st	Wed Oct 16 00:10:58 1996 +0200
+++ b/GBString.st	Wed Oct 16 10:58:46 1996 +0200
@@ -11,7 +11,7 @@
 "
     GBEncodedString represents 16bit strings encoded in GB (GuoBiao),
     (with high bit set). This encoding is Mainland China's national standard.
-    Most of you are probably not interrested in those ...
+    Most of you are probably not interested in those ...
 
     [author:]
         Claus Gittinger
@@ -55,6 +55,6 @@
 !GBEncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/GBString.st,v 1.5 1996-04-27 11:24:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/GBString.st,v 1.6 1996-10-16 08:58:46 stefan Exp $'
 ! !
 GBEncodedString initialize!