JavaRelease.st
branchcvs_MAIN
changeset 3721 196cf9bf422c
parent 3712 91636aa579a5
child 3800 f91a2f7260f9
--- a/JavaRelease.st	Tue May 30 19:03:51 2017 +0200
+++ b/JavaRelease.st	Wed Jun 07 17:24:06 2017 +0200
@@ -406,8 +406,8 @@
 forExecutable: javaExecutable
     "Returns an instance of JavaRelease for given java executable
      (java.exe on Windows, java on UNIX). Return nil if javaExecutable
-     does not exits, not executable or version of that Java version is
-     not recognized/suppported."
+     does not exist, not executable or version of that Java version is
+     not recognized/supported."
 
     javaExecutable notNil ifTrue:[
         | releases |
@@ -424,6 +424,7 @@
 
     "Created: / 08-04-2014 / 14:12:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 17-04-2014 / 20:03:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 07-06-2017 / 16:47:47 / mawalch"
 !
 
 inDirectory:javaHome