ProjectDefinition.st
branchjv
changeset 19811 65fec19facb0
parent 19707 8e312f358d84
parent 19731 a8178e7a35b2
child 19861 95c7068e30ba
--- a/ProjectDefinition.st	Thu May 05 06:48:19 2016 +0200
+++ b/ProjectDefinition.st	Thu May 12 09:30:28 2016 +0200
@@ -426,7 +426,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 source code manager),
      return that directory. Otherwise return nil."
 
     ^ self getAttribute:#projectDirectory
@@ -570,7 +570,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 source code manager),
      return that directory.
      Otherwise ask Smalltalk for my package directory a long the package path."