Skip to content

Copy edits for typos #2403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/mongodb-wire-protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/configure-ssl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
</reference/configuration-options>` the
:setting:`net.ssl.disabledProtocols` setting.
Expand Down