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 2015/12/24 18:54:39 UTC

[2/6] 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/b7e99aef
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/b7e99aef
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/b7e99aef

Branch: refs/heads/master
Commit: b7e99aef53eab97ee1d4a0886c32ae0242443b27
Parents: 3ab59fe
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Dec 24 13:06:07 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Dec 24 17:08:20 2015 +0000

----------------------------------------------------------------------
 .../src-examples/arq/examples/propertyfunction/labelSearch.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b7e99aef/jena-arq/src-examples/arq/examples/propertyfunction/labelSearch.java
----------------------------------------------------------------------
diff --git a/jena-arq/src-examples/arq/examples/propertyfunction/labelSearch.java b/jena-arq/src-examples/arq/examples/propertyfunction/labelSearch.java
index 96e12ae..a009c50 100644
--- a/jena-arq/src-examples/arq/examples/propertyfunction/labelSearch.java
+++ b/jena-arq/src-examples/arq/examples/propertyfunction/labelSearch.java
@@ -52,7 +52,7 @@ import org.apache.jena.sparql.util.NodeUtils ;
 import org.apache.jena.vocabulary.RDFS ;
 
 /** Example extension or property function to show rewriting part of a query.
- *  A simpler, more driect way to implement property functions is to extends
+ *  A simpler, more direct way to implement property functions is to extend
  *  one of the helper classes and have the custom code called on each solution from the
  *  the previosu query stage.
  *