typo
authormawalch
Wed, 27 Jan 2016 16:58:42 +0100
changeset 16088 7162acc2d2f8
parent 16087 6eff70043133
child 16089 0f5d1b02b114
typo
MercurialSourceCodeManagementSettingsAppl.st
--- a/MercurialSourceCodeManagementSettingsAppl.st	Wed Jan 27 16:58:40 2016 +0100
+++ b/MercurialSourceCodeManagementSettingsAppl.st	Wed Jan 27 16:58:42 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 AbstractSourceCodeManagementSettingsAppl subclass:#MercurialSourceCodeManagementSettingsAppl
 	instanceVariableNames:'workDirectoryHolder repositoryHolder manager repository
 		repositoryPrototypeList addPerModuleRepository
@@ -106,10 +108,10 @@
 'Add a repository to the push-URL list.\A repository-push operation will synchronize your changes with this repository as well'
 
 #hgCheckAccess
-'Perform a "hg status" command in the default repository\to see if the repository is accessable'
+'Perform a "hg status" command in the default repository\to see if the repository is accessible'
 
 #hgCheckAccessPerModuleRoot
-'Perform a "hg status" command in this module''s repository\to see if the repository is accessable'
+'Perform a "hg status" command in this module''s repository\to see if the repository is accessible'
 
 #hgCommand
 'The command to use for mercurial operations\(the path to the "hg" or "hg.exe"-command.\Not needed, if already in the shell''s PATH value)'
@@ -172,8 +174,6 @@
 'Output debugging messages on the Transcript\(mostly traces of the underlying scm mechanism, such as cvs commands)'
 
 )
-
-    "Modified: / 31-07-2013 / 19:35:22 / cg"
 ! !
 
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
@@ -1293,10 +1293,10 @@
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.31 2014-06-01 10:29:32 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.31 2014-06-01 10:29:32 cg Exp $'
+    ^ '$Header$'
 ! !