#OTHER by mawalch
authormawalch
Wed, 13 Jul 2016 10:15:58 +0200
changeset 3923 a95e385a017f
parent 3919 2ba8a72b1c20
child 3924 05dff284779a
child 3925 ace0112d65c5
#OTHER by mawalch Spelling fixes.
SourceFileLoader.st
--- a/SourceFileLoader.st	Tue Jul 05 18:13:42 2016 +0200
+++ b/SourceFileLoader.st	Wed Jul 13 10:15:58 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -80,7 +78,7 @@
 source:aString
     "this is optionally sent by the chunk reader,
      to pass a single chunks source before its evaluated.
-     This allows me to show the erronous code in a TextView
+     This allows me to show the erroneous code in a TextView
      (but this is not yet implemented)"
 
     currentSource := aString
@@ -386,10 +384,10 @@
 !SourceFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.44 2015-03-23 15:15:09 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.44 2015-03-23 15:15:09 cg Exp $'
+    ^ '$Header$'
 ! !