ProjectDefinition.st
changeset 19730 f9f72b1fcaff
parent 19704 d47d280ac6b2
child 19731 a8178e7a35b2
--- a/ProjectDefinition.st	Fri May 06 05:02:56 2016 +0200
+++ b/ProjectDefinition.st	Fri May 06 12:17:44 2016 +0200
@@ -407,7 +407,7 @@
 !
 
 loadDirectory
-    "if I was loaded from a directory (as oposed to loaded via a dll or from a scm),
+    "if I was loaded from a directory (as opposed to loaded via a dll or from a scm),
      return that directory. Otherwise return nil."
 
     ^ self getAttribute:#projectDirectory
@@ -551,7 +551,7 @@
 !
 
 packageDirectory
-    "if I was loaded from a directory (as oposed to loaded via a dll or from a scm),
+    "if I was loaded from a directory (as opposed to loaded via a dll or from a scm),
      return that directory.
      Otherwise ask Smalltalk for my package directory a long the package path."