7162262: (fs) Typo in java.nio.file.Path class description
authorpsandoz
Thu, 19 Apr 2012 14:05:07 +0100
changeset 12537 e206796f8175
parent 12450 e86ed50faa78
child 12539 a6e21a61bece
7162262: (fs) Typo in java.nio.file.Path class description Reviewed-by: alanb
jdk/src/share/classes/java/nio/file/Path.java
--- 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