< prev index next >

src/java.compiler/share/classes/javax/tools/Diagnostic.java

Print this page

        

@@ -110,11 +110,11 @@
     /**
      * Returns a character offset from the beginning of the source object
      * associated with this diagnostic that indicates the location of
      * the problem.  In addition, the following must be true:
      *
-     * <p>{@code getStartPostion() <= getPosition()}
+     * <p>{@code getStartPosition() <= getPosition()}
      * <p>{@code getPosition() <= getEndPosition()}
      *
      * @return character offset from beginning of source; {@link
      * #NOPOS} if {@link #getSource()} would return {@code null} or if
      * no location is suitable
< prev index next >