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.