You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/08/17 10:39:34 UTC

svn commit: r1374172 - /jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/query/ARQ.java

Author: andy
Date: Fri Aug 17 08:39:34 2012
New Revision: 1374172

URL: http://svn.apache.org/viewvc?rev=1374172&view=rev
Log:
Fix spellang.

Modified:
    jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/query/ARQ.java

Modified: jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/query/ARQ.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/query/ARQ.java?rev=1374172&r1=1374171&r2=1374172&view=diff
==============================================================================
--- jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/query/ARQ.java (original)
+++ jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/query/ARQ.java Fri Aug 17 08:39:34 2012
@@ -305,7 +305,7 @@ public class ARQ
     /** 
      *  Context key for a declaration that xsd:strings and simple literals are
      *  different in the storage.  They are the same value in a memory store.
-     *  When in doubt, xsd:strings are assuned to be the same value as simple literals   
+     *  When in doubt, xsd:strings are assumed to be the same value as simple literals   
      */  
     public static final Symbol optTermStrings = ARQConstants.allocSymbol("optTermStrings") ;