# HG changeset patch # User Claus Gittinger # Date 1478273673 -3600 # Node ID b9306feabbdccd0511f9f4d4d814e780cfbc4ebc # Parent 59d2c86ac996371c1a8f638881d39b0be14d93d5 #DOCUMENTATION by cg class: PerforceSourceCodeManager comment/format in: #createModule: #ensureDollarsInVersionMethod: diff -r 59d2c86ac996 -r b9306feabbdc 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 !