Skip to content

Minor typo #530

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

Merged
merged 2 commits into from
Jan 8, 2013
Merged
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/core/replication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ In MongoDB, all read operations issued to the primary of a
replica set are :term:`consistent <strict consistency>` with the last
write operation.

If clients configure the :term:`read preference` to permit allow secondary reads,
If clients configure the :term:`read preference` to permit secondary reads,
read operations cannot return from :term:`secondary` members that have not
replicated more recent updates or operations. In these situations the
query results may reflect a previous state.
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ for log files and using the configuration file are good practice.

.. versionchanged:: 2.2
The default :setting:`logpath` and :setting:`logappend` behavior
will change in the 2.2 release.
were changed in the 2.2 release.

Install and Run the MongoDB Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down