jdk/src/windows/classes/sun/nio/ch/WindowsSelectorImpl.java
changeset 21591 35320b590d9b
parent 21278 ef8a3a2a72f2
child 22604 9b394795e216
--- a/jdk/src/windows/classes/sun/nio/ch/WindowsSelectorImpl.java	Wed Oct 30 20:54:42 2013 +0400
+++ b/jdk/src/windows/classes/sun/nio/ch/WindowsSelectorImpl.java	Fri Nov 01 21:45:02 2013 +0400
@@ -266,7 +266,7 @@
         private void checkForException() throws IOException {
             if (exception == null)
                 return;
-            StringBuffer message =  new StringBuffer("An exception occured" +
+            StringBuffer message =  new StringBuffer("An exception occurred" +
                                        " during the execution of select(): \n");
             message.append(exception);
             message.append('\n');