You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ij...@apache.org on 2012/01/22 02:00:23 UTC

svn commit: r1234444 - /incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext

Author: ijd
Date: Sun Jan 22 01:00:23 2012
New Revision: 1234444

URL: http://svn.apache.org/viewvc?rev=1234444&view=rev
Log:
Fixing user-reported typos

Modified:
    incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext

Modified: incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext?rev=1234444&r1=1234443&r2=1234444&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext Sun Jan 22 01:00:23 2012
@@ -222,10 +222,10 @@ assembler file for TDB is in tdb.ttl.
 ## Security and Access Control
 
 Fuseki does not offer any security and access control itself.
-Authentication and control of the number of concurrent request can
+Authentication and control of the number of concurrent requests can
 be added using an Apache server and either blocking the Fuseki port
 to outside traffic (e.g. on Amazon's EC2) or by listening only the
-`localhost` network interface. This is especially import for update
+`localhost` network interface. This is especially important for update
 endpoints (SPARQL Update, SPARQL Graph Store protocol with
 PUR/POST/DELETE enabled).
 
@@ -315,7 +315,7 @@ The models can be
 
 ## Fuseki Configuration File
 
-A Fuseki server can be setup using a configuration file. The
+A Fuseki server can be set up using a configuration file. The
 command-line arguments for publishing a single dataset are a short
 cut that, internally, builds a default configuration based on the
 dataset name given.
@@ -380,7 +380,7 @@ support.
 ### Service 1
 
 This service offers SPARQL Query, SPARQL Update and SPARQL Graph
-Store protocol, as well as file upload, on an in-memory dadaset.
+Store protocol, as well as file upload, on an in-memory dataset.
 Initially, the dataset is empty.
 
     ## ---------------------------------------------------------------
@@ -402,9 +402,9 @@ Initially, the dataset is empty.
 
 ### Service 2
 
-This service offers a number endpoints. It is read-only, because
+This service offers a number of endpoints. It is read-only, because
 only read-only endpoints are defined (SPARQL Query and HTTP GET
-SPARQl Graph Store protocol) The dataset is a single in-memory
+SPARQl Graph Store protocol). The dataset is a single in-memory
 graph:
 
 This service offers read-only access to a dataset with a single