#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:34:33 +0100
changeset 4131 b9306feabbdc
parent 4130 59d2c86ac996
child 4132 205c322f6daf
#DOCUMENTATION by cg class: PerforceSourceCodeManager comment/format in: #createModule: #ensureDollarsInVersionMethod:
PerforceSourceCodeManager.st
--- a/PerforceSourceCodeManager.st	Fri Nov 04 16:13:01 2016 +0100
+++ b/PerforceSourceCodeManager.st	Fri Nov 04 16:34:33 2016 +0100
@@ -399,7 +399,7 @@
 ensureDollarsInVersionMethod:aString
     "given the source code of my version method, ensure that it contains dollars for
      proper keyword expansion
-     do nothing here because we dont need this - make our own version
+     do nothing here because we don't need this - make our own version
     "
 
     ^aString
@@ -732,7 +732,7 @@
 !
 
 createModule:moduleName
-    "we dont need to create directories in perforce before checkin"
+    "we don't need to create directories in perforce before checkin"
 
     ^self checkForExistingModule:moduleName
 !