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/02/04 19:15:37 UTC

svn commit: r1240575 - /incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt

Author: andy
Date: Sat Feb  4 18:15:37 2012
New Revision: 1240575

URL: http://svn.apache.org/viewvc?rev=1240575&view=rev
Log:
Typo

Modified:
    incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt

Modified: incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt?rev=1240575&r1=1240574&r2=1240575&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt (original)
+++ incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt Sat Feb  4 18:15:37 2012
@@ -19,7 +19,7 @@ ChangeLog for ARQ
               in local part of prefix names 
 + SPARQl 1.1: Allow %xx in the local part of prefix names
 + SPARQL 1.1 / RDF 1.1 : DATATYPE(literal-with-lang) is now rdf:langString, not an error.
-+ DatasetFactory: perferred methods for an in-memory dataset are:
++ DatasetFactory: preferred methods for an in-memory dataset are:
      create() -- will automatically add in-memory named graphs  
      createFixed() -- needs explicitly added extra graph  
 + BUG FIX: Mis-execution of GRAPH ?g { .. } where ?g used inside { .. } (JENA-154)