--- 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');