You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/09/12 18:55:16 UTC

svn commit: r1760436 - /uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/text/AnnotationIndex.java

Author: schor
Date: Mon Sep 12 18:55:16 2016
New Revision: 1760436

URL: http://svn.apache.org/viewvc?rev=1760436&view=rev
Log:
no jira fix spelling type in javadoc

Modified:
    uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/text/AnnotationIndex.java

Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/text/AnnotationIndex.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/text/AnnotationIndex.java?rev=1760436&r1=1760435&r2=1760436&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/text/AnnotationIndex.java (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/cas/text/AnnotationIndex.java Mon Sep 12 18:55:16 2016
@@ -185,7 +185,7 @@ public interface AnnotationIndex<T exten
    * <code>annot.getEnd() &lt; b.getEnd()</code>.
    * </p>
    * <p>
-   * A <code>ambiguous = false</code> specification produces an unambigouse iterator, which 
+   * A <code>ambiguous = false</code> specification produces an unambiguous iterator, which 
    * computes a subset of the annotations, going forward, such that annotations whose <code>begin</code>
    * is contained within the previous returned annotation's span, are skipped.
    * </p>