JavaNativeMethodImpl_OpenJDK6.st
branchcvs_MAIN
changeset 3615 f9fc2fc7772a
parent 3613 7e125a2e8052
child 3618 ea11f9d8d23a
--- a/JavaNativeMethodImpl_OpenJDK6.st	Fri Aug 12 17:46:11 2016 +0200
+++ b/JavaNativeMethodImpl_OpenJDK6.st	Mon Aug 15 12:51:13 2016 +0200
@@ -965,7 +965,7 @@
         executionEx := ex.
     ].
     executionEx notNil ifTrue:[
-        JavaVM throwInvocationTargetException: 'An exception occured during invocation' target: executionEx.
+        JavaVM throwInvocationTargetException: 'An exception occurred during invocation' target: executionEx.
         ^nil.
     ].
 
@@ -12750,7 +12750,7 @@
     [
         tout ~~ 0 ifTrue:[
             (sock readWaitWithTimeoutMs: tout) ifTrue:[
-                JavaVM throwInterruptedIOException: 'Timeout occured when receiving datagram'.
+                JavaVM throwInterruptedIOException: 'Timeout occurred when receiving datagram'.
                 ^ nil.
             ]
         ].