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 2014/09/23 22:20:02 UTC

svn commit: r1627153 - /uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCreationUtils.java

Author: schor
Date: Tue Sep 23 20:20:02 2014
New Revision: 1627153

URL: http://svn.apache.org/r1627153
Log:
no Jira - fix spelling in comment

Modified:
    uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCreationUtils.java

Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCreationUtils.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCreationUtils.java?rev=1627153&r1=1627152&r2=1627153&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCreationUtils.java (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCreationUtils.java Tue Sep 23 20:20:02 2014
@@ -683,7 +683,7 @@ public class CasCreationUtils {
       TypeDescription[] types = aTypeSystem.getTypes();
       if (types != null) {
         // add all Types first (so that we can handle forward references) - note
-        // that it isn't guarnanteed that a supertype will occur in the Types list
+        // that it isn't guaranteed that a supertype will occur in the Types list
         // before its subtype.
 
         // Build a linked list of type descriptions. We will make multiple passes