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 2014/08/26 21:06:10 UTC

svn commit: r1620702 - /jena/site/trunk/content/documentation/io/rdf-input.mdtext

Author: andy
Date: Tue Aug 26 19:06:10 2014
New Revision: 1620702

URL: http://svn.apache.org/r1620702
Log:
Typos

Modified:
    jena/site/trunk/content/documentation/io/rdf-input.mdtext

Modified: jena/site/trunk/content/documentation/io/rdf-input.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/rdf-input.mdtext?rev=1620702&r1=1620701&r2=1620702&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/rdf-input.mdtext (original)
+++ jena/site/trunk/content/documentation/io/rdf-input.mdtext Tue Aug 26 19:06:10 2014
@@ -33,7 +33,7 @@ The major classes in the RIOT API are:
 | Class | Comment |
 |-------|---------|
 | RDFDataMgr        | Main set of functions to read and load models and datasets |
-| StreamManager     | Handles the opening of typed input streams |
+| StreamManager | Handles the opening of typed input streams |
 | StreamRDF         | Interface for the output of all parsers |
 | RDFLanguages      | Registered languages |
 | RDFParserRegistry | Registered parser factories |
@@ -99,7 +99,7 @@ InputStreams.  This is available to appl
 using a `StreamManager`.
 
 The `StreamManager` is choosen based on the `Context` object for the
-oepration, but normally this defaults to the global `Context` availbale vai
+operation, but normally this defaults to the global `Context` available via
 `Context.get()`.  The constant `RDFDataMgr.streamManagerSymbol`, which is 
 `http://jena.apache.org/riot/streamManager` is used.