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 2014/11/10 11:53:31 UTC

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

Branch: refs/heads/eliminate-assignments
Commit: d910ff4ab73237f65777177e64d599ebde23afaf
Parents: a9c7671
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Nov 6 11:15:23 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Nov 6 11:15:23 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/jena/blob/d910ff4a/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java
----------------------------------------------------------------------
diff --git a/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java b/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java
index 1c5fe32..59d705f 100644
--- a/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java
+++ b/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java
@@ -243,7 +243,7 @@ public class FusekiCmd extends CmdARQ
         if ( fusekiConfigFile != null )
         {
             if ( x > 1 )
-                throw new CmdException("Dataset specificed on the command line and also a configuration file specificed.") ;
+                throw new CmdException("Dataset specified on the command line and also a configuration file specified.") ;
         }
         else
         {