--- a/jdk/src/share/classes/java/net/URL.java Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/net/URL.java Tue Oct 29 17:01:06 2013 +0400
@@ -465,7 +465,7 @@
* Otherwise, the path is treated as a relative path and is appended to the
* context path, as described in RFC2396. Also, in this case,
* the path is canonicalized through the removal of directory
- * changes made by occurences of ".." and ".".
+ * changes made by occurrences of ".." and ".".
* <p>
* For a more detailed description of URL parsing, refer to RFC2396.
*