ClassCategoryReader.st
branchjv
changeset 20150 3a825b090d4e
parent 19707 8e312f358d84
parent 20145 0f194d305714
--- a/ClassCategoryReader.st	Wed Jul 13 07:01:16 2016 +0200
+++ b/ClassCategoryReader.st	Thu Jul 14 06:48:34 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."