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/04/01 19:01:26 UTC

svn commit: r1308157 - /incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/solver/OpExecutorTDB.java

Author: andy
Date: Sun Apr  1 17:01:26 2012
New Revision: 1308157

URL: http://svn.apache.org/viewvc?rev=1308157&view=rev
Log:
typo

Modified:
    incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/solver/OpExecutorTDB.java

Modified: incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/solver/OpExecutorTDB.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/solver/OpExecutorTDB.java?rev=1308157&r1=1308156&r2=1308157&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/solver/OpExecutorTDB.java (original)
+++ incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/solver/OpExecutorTDB.java Sun Apr  1 17:01:26 2012
@@ -245,7 +245,7 @@ public class OpExecutorTDB extends OpExe
     private static QueryIterator plainExecute(Op op, QueryIterator input, ExecutionContext execCxt)
     {
         // -- Execute
-        // Switch to a non-reordring executor
+        // Switch to a non-reordering executor
         // The Op may be a sequence due to TransformFilterPlacement
         // so we need to do a full execution step, not go straight to the SolverLib.