#OTHER by mawalch
authormawalch
Wed, 13 Jul 2016 10:16:35 +0200
changeset 20145 0f194d305714
parent 20144 edb8a61ce8eb
child 20146 a01052488d9f
#OTHER by mawalch Spelling fixes.
ClassCategoryReader.st
--- a/ClassCategoryReader.st	Wed Jul 13 10:16:31 2016 +0200
+++ b/ClassCategoryReader.st	Wed Jul 13 10:16:35 2016 +0200
@@ -208,7 +208,7 @@
      errors and notifications are passed to requestor.
      If passChunk is true, chunks are given to the requestor,
      via a #source: message, allowing it to open a view showing any
-     erronous source code.
+     erroneous source code.
      If oneChunkOnly is true, the fileIn is finished after the first chunk."
 
     ^ self
@@ -227,7 +227,7 @@
      errors and notifications are passed to requestor.
      If passChunk is true, chunks are given to the requestor,
      via a #source: message, allowing it to open a view showing any
-     erronous source code.
+     erroneous source code.
      If oneChunkOnly is true, the fileIn is finished after the first chunk.
      The beSilent argument controls output to the transcript, if its true or
      false. If its nil, output is controlled by the Smalltalk>>silenLoading setting."