Java.st
branchcvs_MAIN
changeset 3662 487d86fcee92
parent 3646 0b6e53f03c07
child 3707 bfc8fce84a73
--- a/Java.st	Sat Nov 19 21:11:46 2016 +0100
+++ b/Java.st	Tue Nov 29 22:16:23 2016 +0100
@@ -61,7 +61,7 @@
 "
 !
 
-doumentation
+documentation
 "
     to start the show, evaluate:
         Java boot
@@ -746,7 +746,7 @@
 !
 
 as_String:aString
-    "Given a Smalltalk string, returns corresponsing instance of
+    "Given a Smalltalk string, returns corresponding instance of
      java.lang.String"
 
     ^Release as_String: aString