From a7e65b636338df96bcb1c69b94bcd2e5dd5a8583 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Thu, 29 Oct 2015 13:06:57 -0400 Subject: [PATCH] Copy edits for typos --- source/reference/mongodb-wire-protocol.txt | 2 +- source/tutorial/configure-ssl.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/mongodb-wire-protocol.txt b/source/reference/mongodb-wire-protocol.txt index 341900e30bf..7842b3d4245 100644 --- a/source/reference/mongodb-wire-protocol.txt +++ b/source/reference/mongodb-wire-protocol.txt @@ -393,7 +393,7 @@ collection. The format of the OP_QUERY message is: more than the specified number of document are returned to the calling application. If ``numberToReturn`` is ``0``, the db will use the default return size. If the number is negative, then the - database will return that number and close the cursor. No futher + database will return that number and close the cursor. No further results for that query can be fetched. If ``numberToReturn`` is ``1`` the server will treat it as ``-1`` (closing the cursor automatically). diff --git a/source/tutorial/configure-ssl.txt b/source/tutorial/configure-ssl.txt index 111292dba1a..b7287c31505 100644 --- a/source/tutorial/configure-ssl.txt +++ b/source/tutorial/configure-ssl.txt @@ -306,7 +306,7 @@ Disallow Protocols .. versionadded:: 3.0.7 To prevent MongoDB servers from accepting incoming connections that use -sepcific protocols, include the ``--sslDisabledProtocols`` option, or +specific protocols, include the ``--sslDisabledProtocols`` option, or if using the :doc:`configuration file ` the :setting:`net.ssl.disabledProtocols` setting.