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 2016/10/03 10:36:09 UTC

[37/41] 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/85462d7a
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/85462d7a
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/85462d7a

Branch: refs/heads/master
Commit: 85462d7ab897e0ccf068a947d9e0a7ec6c6763c4
Parents: 595cce8
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Oct 2 12:01:03 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Oct 2 12:01:03 2016 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/85462d7a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java
index d9962a6..adb81bb 100644
--- a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java
+++ b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java
@@ -60,7 +60,7 @@ import org.apache.jena.web.HttpSC ;
 /** Handle SPARQL Query requests over the SPARQL Protocol.
  * Subclasses provide this algorithm with the actual dataset to query, whether
  * a dataset hosted by this server ({@link SPARQL_QueryDataset}) or
- * speciifed in the protocol request ({@link SPARQL_QueryGeneral}).
+ * specified in the protocol request ({@link SPARQL_QueryGeneral}).
  */
 public abstract class SPARQL_Query extends SPARQL_Protocol
 {