You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2012/09/27 00:30:01 UTC

git commit: Fix some minor niggles

Updated Branches:
  refs/heads/docs bc489a331 -> 043250af6


Fix some minor niggles


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/043250af
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/043250af
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/043250af

Branch: refs/heads/docs
Commit: 043250af6531d3ecfb0a33bd04c70bc9fc85fda7
Parents: bc489a3
Author: Robert Newson <rn...@apache.org>
Authored: Wed Sep 26 23:29:44 2012 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Sep 26 23:29:44 2012 +0100

----------------------------------------------------------------------
 share/docs/rst/range.rst |    6 +++---
 share/docs/rst/ssl.rst   |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/043250af/share/docs/rst/range.rst
----------------------------------------------------------------------
diff --git a/share/docs/rst/range.rst b/share/docs/rst/range.rst
index 413bc71..9030cc5 100644
--- a/share/docs/rst/range.rst
+++ b/share/docs/rst/range.rst
@@ -3,7 +3,7 @@ HTTP Range Requests
 
 HTTP allows you to specify byte ranges for requests. This allows the
 implementation of resumable downloads and skippable audio and video
-streams alike. Now this is available for all attachments inside CouchDB.
+streams alike. This is available for all attachments inside CouchDB.
 
 This is just a real quick run through how this looks under the hood.
 Usually, you will have larger binary files to serve from CouchDB, like
@@ -16,7 +16,7 @@ instead of ``text/plain``).
     shell> cat file.txt
     My hovercraft is full of eels!
 
-Now lets store this text file as an attachment in CouchDB. First, we
+Now let's store this text file as an attachment in CouchDB. First, we
 create a database:
 
 .. code-block:: bash
@@ -48,7 +48,7 @@ But say we only want the first 13 bytes:
     My hovercraft
 
 HTTP supports many ways to specify single and even multiple byte
-rangers. Read all about it in `RFC 2616`_.
+ranges. Read all about it in `RFC 2616`_.
 
 .. note::
    Databases that have been created with CouchDB 1.0.2 or earlier will

http://git-wip-us.apache.org/repos/asf/couchdb/blob/043250af/share/docs/rst/ssl.rst
----------------------------------------------------------------------
diff --git a/share/docs/rst/ssl.rst b/share/docs/rst/ssl.rst
index 7060a5a..0fe14b7 100644
--- a/share/docs/rst/ssl.rst
+++ b/share/docs/rst/ssl.rst
@@ -2,7 +2,7 @@ Native SSL Support
 ==================
 
 CouchDB |version| supports SSL natively. All your secure connection needs can
-now be served without the need set and maintain a separate proxy server
+now be served without needing to setup and maintain a separate proxy server
 that handles SSL.
 
 SSL setup can be tricky, but the configuration in CouchDB was designed