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 2014/07/23 19:45:22 UTC

svn commit: r1612891 - /jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetPrefixesTDB.java

Author: andy
Date: Wed Jul 23 17:45:21 2014
New Revision: 1612891

URL: http://svn.apache.org/r1612891
Log:
Typo

Modified:
    jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetPrefixesTDB.java

Modified: jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetPrefixesTDB.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetPrefixesTDB.java?rev=1612891&r1=1612890&r2=1612891&view=diff
==============================================================================
--- jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetPrefixesTDB.java (original)
+++ jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetPrefixesTDB.java Wed Jul 23 17:45:21 2014
@@ -182,7 +182,7 @@ public class DatasetPrefixesTDB implemen
                 String uri = t.get(2).getURI() ;
                 map.put(prefix, uri) ;
             } catch (Exception ex) { 
-                Log.warn(this, "Manged prefix map: graph name="+graphName, ex) ;
+                Log.warn(this, "Mangled prefix map: graph name="+graphName, ex) ;
             }
         }
         Iter.close(iter) ;