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/05/09 12:48:55 UTC

[16/21] jena git commit: Typo

Typo

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

Branch: refs/heads/jena926-remove-graphstore
Commit: e15c224068e5a201f438f3ba16022487b8335326
Parents: 473c3e4
Author: Andy Seaborne <an...@apache.org>
Authored: Fri May 8 14:04:58 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri May 8 14:04:58 2015 +0100

----------------------------------------------------------------------
 jena-arq/Grammar/BinaryRDF.thrift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/e15c2240/jena-arq/Grammar/BinaryRDF.thrift
----------------------------------------------------------------------
diff --git a/jena-arq/Grammar/BinaryRDF.thrift b/jena-arq/Grammar/BinaryRDF.thrift
index 841d7e7..e695472 100644
--- a/jena-arq/Grammar/BinaryRDF.thrift
+++ b/jena-arq/Grammar/BinaryRDF.thrift
@@ -70,7 +70,7 @@ struct RDF_REPEAT { }
 union RDF_Term {
 1: RDF_IRI          iri
 2: RDF_BNode        bnode
-3: RDF_Literal      literal     # Full form lexical form/datattype/langtag
+3: RDF_Literal      literal     # Full form lexical form/datatype/langtag
 4: RDF_PrefixName   prefixName 
 5: RDF_VAR          variable
 6: RDF_ANY          any