AbstractSourceCodeManager.st
branchjv
changeset 4040 e04225f2a38d
parent 4031 4460efd0c484
parent 4039 2ba7de79ed19
child 4053 7817fc8db06e
--- a/AbstractSourceCodeManager.st	Sat May 21 06:46:54 2016 +0200
+++ b/AbstractSourceCodeManager.st	Sun May 29 06:58:08 2016 +0200
@@ -2512,10 +2512,10 @@
 !
 
 loadPackageWithId:aPackageId fromRepositoryAsAutoloaded: doLoadAsAutoloaded
-    "Should be redefined by sub classes.
+    "Should be redefined by subclasses.
      Raise an exception, if load failed."
 
-    PackageLoadError raiseRequestWith:aPackageId.
+    PackageLoadError raiseWith:aPackageId.
 !
 
 streamForFile:fileName revision:revision directory:packageDir module:moduleDir