ClassCategoryReader.st
changeset 20145 0f194d305714
parent 19706 c8923ad3da7a
child 20150 3a825b090d4e
child 21420 4e4f34a19c8c
--- 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."