#DOCUMENTATION by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Sat, 08 Jun 2019 13:52:57 +0200
branchcvs_MAIN
changeset 875 7598f4884bbf
parent 874 d99aae20b9ea
child 876 2643ba2d9c52
#DOCUMENTATION by cg class: HGCommand class changed: #hgCommandValidate:
mercurial/HGCommand.st
--- a/mercurial/HGCommand.st	Sat Jun 08 13:52:49 2019 +0200
+++ b/mercurial/HGCommand.st	Sat Jun 08 13:52:57 2019 +0200
@@ -350,7 +350,7 @@
     (self hgVersionIsSupported: version) ifFalse:[
         HGInvalidVersionError newException
             parameter: version;
-            messageText: ('Unsuported Mercurial version (%1)' bindWith: ((version collect:[:e|e printString]) asStringWith:$.));
+            messageText: ('Unsupported Mercurial version (%1)' bindWith: ((version collect:[:e|e printString]) asStringWith:$.));
             raise.
         ^ nil
     ].
@@ -359,6 +359,7 @@
     "Created: / 21-02-2014 / 08:50:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 17-07-2014 / 15:10:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 17-07-2014 / 20:00:56 / jv"
+    "Modified: / 08-06-2019 / 13:51:47 / Claus Gittinger"
 !
 
 hgVersion