typo
authormawalch
Wed, 27 Jan 2016 16:57:52 +0100
changeset 16086 70a8bba05ce9
parent 16085 7c3c9732a521
child 16087 6eff70043133
typo
GitSourceCodeManagementSettingsAppl.st
--- a/GitSourceCodeManagementSettingsAppl.st	Wed Jan 27 16:56:07 2016 +0100
+++ b/GitSourceCodeManagementSettingsAppl.st	Wed Jan 27 16:57:52 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 AbstractSourceCodeManagementSettingsAppl subclass:#GitSourceCodeManagementSettingsAppl
 	instanceVariableNames:'repositoryHolder workDirectoryHolder manager repository
 		repositoryPrototypeList addPerModuleRepository
@@ -121,10 +123,10 @@
 'Add a repository to the push-URL list. A repository-push operation will synchronize your changes with this repository as well'
 
 #gitCheckAccess
-'Perform a "git status" command in the default repository to see if the repository is accessable'
+'Perform a "git status" command in the default repository to see if the repository is accessible'
 
 #gitCheckAccessPerModuleRoot
-'Perform a "git status" command in this module''s repository to see if the repository is accessable'
+'Perform a "git status" command in this module''s repository to see if the repository is accessible'
 
 #gitCommand
 'The command to use for git operations\(the path to "git"/"git.exe"-command. Not needed, if already in the shell''s PATH value)'
@@ -181,8 +183,6 @@
 'Output debugging messages on the Transcript\(mostly traces of the underlying scm mechanism, such as cvs commands)'
 
 )
-
-    "Modified: / 09-08-2012 / 09:41:18 / cg"
 ! !
 
 !GitSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
@@ -1252,10 +1252,10 @@
 !GitSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.14 2014-06-01 10:29:10 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.14 2014-06-01 10:29:10 cg Exp $'
+    ^ '$Header$'
 ! !