--- a/jdk/src/share/classes/java/nio/file/Path.java Wed Apr 18 16:05:12 2012 +0100
+++ b/jdk/src/share/classes/java/nio/file/Path.java Thu Apr 19 14:05:07 2012 +0100
@@ -54,7 +54,7 @@
* resolveSibling} methods to combine paths. The {@link #relativize relativize}
* method that can be used to construct a relative path between two paths.
* Paths can be {@link #compareTo compared}, and tested against each other using
- * the {@link #startsWith startsWith} and {@link #endsWith endWith} methods.
+ * the {@link #startsWith startsWith} and {@link #endsWith endsWith} methods.
*
* <p> This interface extends {@link Watchable} interface so that a directory
* located by a path can be {@link #register registered} with a {@link