You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/03/17 12:21:52 UTC

[40/52] [abbrv] jena git commit: Typos

Typos

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/0d5eaad9
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/0d5eaad9
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/0d5eaad9

Branch: refs/heads/JENA-507
Commit: 0d5eaad9e178331be81a57e2259528831db5db6a
Parents: ec5b5da
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Mar 14 21:07:12 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Mar 14 21:07:12 2015 +0000

----------------------------------------------------------------------
 .../com/hp/hpl/jena/graph/test/TestLiteralLabelSameValueAs.java    | 2 +-
 jena-core/src/test/java/com/hp/hpl/jena/n3/TestResolver.java       | 2 +-
 jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java                 | 2 +-
 .../com/hp/hpl/jena/tdb/index/bplustree/BPTreeNodeBuilder.java     | 2 +-
 .../main/java/com/hp/hpl/jena/tdb/setup/StoreParamsBuilder.java    | 2 +-
 .../src/test/java/com/hp/hpl/jena/tdb/extra/T_TransSystem.java     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/0d5eaad9/jena-core/src/test/java/com/hp/hpl/jena/graph/test/TestLiteralLabelSameValueAs.java
----------------------------------------------------------------------
diff --git a/jena-core/src/test/java/com/hp/hpl/jena/graph/test/TestLiteralLabelSameValueAs.java b/jena-core/src/test/java/com/hp/hpl/jena/graph/test/TestLiteralLabelSameValueAs.java
index 3e2c586..96d3312 100644
--- a/jena-core/src/test/java/com/hp/hpl/jena/graph/test/TestLiteralLabelSameValueAs.java
+++ b/jena-core/src/test/java/com/hp/hpl/jena/graph/test/TestLiteralLabelSameValueAs.java
@@ -30,7 +30,7 @@ import com.hp.hpl.jena.graph.impl.LiteralLabelFactory ;
 
 // See also TestTypedLiterals
 /** Tests for LiteralLabel.sameValueAs
- *  These tests shoudl work for RDF 1.0 and RDF 1.1 
+ *  These tests should work for RDF 1.0 and RDF 1.1 
  */
 public class TestLiteralLabelSameValueAs
 {

http://git-wip-us.apache.org/repos/asf/jena/blob/0d5eaad9/jena-core/src/test/java/com/hp/hpl/jena/n3/TestResolver.java
----------------------------------------------------------------------
diff --git a/jena-core/src/test/java/com/hp/hpl/jena/n3/TestResolver.java b/jena-core/src/test/java/com/hp/hpl/jena/n3/TestResolver.java
index 379b44f..5fe27b4 100644
--- a/jena-core/src/test/java/com/hp/hpl/jena/n3/TestResolver.java
+++ b/jena-core/src/test/java/com/hp/hpl/jena/n3/TestResolver.java
@@ -294,7 +294,7 @@ public class TestResolver extends TestCase
                 fail("("+u+","+base+") => "+res+" :: Expected exception: " +s) ;
         } catch (Exception ex2)
         {
-            // Shoudl test whether ex2 is a subclass of ex
+            // Should test whether ex2 is a subclass of ex
             assertEquals(ex, ex2.getClass()) ;
         }
     }

http://git-wip-us.apache.org/repos/asf/jena/blob/0d5eaad9/jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java b/jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java
index 38d8332..758fcc8 100644
--- a/jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java
+++ b/jena-tdb/src-examples/tdb/examples/ExTDB_Txn3.java
@@ -51,7 +51,7 @@ public class ExTDB_Txn3
     public static void execQuery(String sparqlQueryString, DatasetGraph dsg)
     {
         // Add a datset wrapper to conform with the query interface.
-        // This shoudl not be very expensive.
+        // This should not be very expensive.
         Dataset dataset = DatasetFactory.create(dsg) ;
         
         Query query = QueryFactory.create(sparqlQueryString) ;

http://git-wip-us.apache.org/repos/asf/jena/blob/0d5eaad9/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPTreeNodeBuilder.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPTreeNodeBuilder.java b/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPTreeNodeBuilder.java
index 535279e..803cec7 100644
--- a/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPTreeNodeBuilder.java
+++ b/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/index/bplustree/BPTreeNodeBuilder.java
@@ -114,7 +114,7 @@ class BPTreeNodeBuilder implements Iterator<Pair<Integer, Record>>
             ptrBuff.add(pair.car()) ;
 
             // [Issue: FREC]
-            // Either test shoudl work but due to the missetting of record buffer size
+            // Either test should work but due to the missetting of record buffer size
             // testing recBuff does not work. 
             //if ( recBuff.isFull() )
             // .... test ptrBuff

http://git-wip-us.apache.org/repos/asf/jena/blob/0d5eaad9/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/setup/StoreParamsBuilder.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/setup/StoreParamsBuilder.java b/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/setup/StoreParamsBuilder.java
index 3e2bc86..8371dad 100644
--- a/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/setup/StoreParamsBuilder.java
+++ b/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/setup/StoreParamsBuilder.java
@@ -21,7 +21,7 @@ package com.hp.hpl.jena.tdb.setup;
 import com.hp.hpl.jena.tdb.base.block.FileMode ;
 
 public class StoreParamsBuilder {
-    // Immuatable.
+    // Immutable.
     static class Item<X> {
         final X value  ;
         final boolean isSet ;

http://git-wip-us.apache.org/repos/asf/jena/blob/0d5eaad9/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_TransSystem.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_TransSystem.java b/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_TransSystem.java
index 706aed5..fd7cae7 100644
--- a/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_TransSystem.java
+++ b/jena-tdb/src/test/java/com/hp/hpl/jena/tdb/extra/T_TransSystem.java
@@ -499,7 +499,7 @@ public class T_TransSystem
         
         try { 
             // This is an orderly shutdown so followed by the awaitTermination
-            // shoudl wait for all threads, making the CountDownLatch unnecessary.
+            // should wait for all threads, making the CountDownLatch unnecessary.
             // CountDownLatch added as a precaution while searching for JENA-163
             // which seems to see occasional uncleared out node journal files.
             execService.shutdown() ;