comment/format in:
authorClaus Gittinger <cg@exept.de>
Wed, 26 Sep 2012 18:32:44 +0200
changeset 2920 23a63370b272
parent 2919 a2e0674b9f63
child 2921 225ef2c74066
comment/format in: #gitTmpDirectory #gitTmpDirectory:
GitSourceCodeManager.st
--- a/GitSourceCodeManager.st	Wed Sep 26 18:32:23 2012 +0200
+++ b/GitSourceCodeManager.st	Wed Sep 26 18:32:44 2012 +0200
@@ -222,7 +222,7 @@
 gitTmpDirectory
     "return the name of the tmp repository.
      That's the directory, where temporary files are created for checkin/checkout.
-     If nil, the systems default tempDirectory is used."
+     If nil, the system's default tempDirectory is used."
 
     ^ (GitTempDir ? Filename tempDirectory pathName)
 
@@ -236,7 +236,7 @@
 gitTmpDirectory:aPathNameString
     "set the name of the tmp repository.
      That's the directory, where temporary files are created for checkin/checkout.
-     If nil, the systems default tempDirectory is used."
+     If nil, the system's default tempDirectory is used."
 
     GitTempDir := aPathNameString
 
@@ -652,11 +652,11 @@
 !GitSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/GitSourceCodeManager.st,v 1.6 2012-07-25 23:31:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/GitSourceCodeManager.st,v 1.7 2012-09-26 16:32:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/GitSourceCodeManager.st,v 1.6 2012-07-25 23:31:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/GitSourceCodeManager.st,v 1.7 2012-09-26 16:32:44 cg Exp $'
 ! !
 
 GitSourceCodeManager initialize!