Author: angela
Date: Tue Mar 31 15:52:49 2015
New Revision: 1670369
URL: http://svn.apache.org/r1670369
Log:
minor improvement: typo (though 'reposistory' would be nice as well)
Modified:
jackrabbit/oak/trunk/oak-http/README.md
Modified: jackrabbit/oak/trunk/oak-http/README.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-http/README.md?rev=1670369&r1=1670368&r2=1670369&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-http/README.md (original)
+++ jackrabbit/oak/trunk/oak-http/README.md Tue Mar 31 15:52:49 2015
@@ -10,7 +10,7 @@ using the `oak-run` jar:
$ java -jar oak-run/target/oak-run-*.jar
-The resulting reposistory is made available at http://localhost:8080/.
+The resulting repository is made available at http://localhost:8080/.
The following examples use the httpie client to perform simple CRUD operations.
The username and password (by default `admin` and `admin`) have been specified
in the `~/.netrc` file so they are not included on the command lines.