Skip to content

typos. yet again. #1386

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/applications/geospatial-indexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ MongoDB supports the following GeoJSON objects:
Legacy Coordinate Pairs
~~~~~~~~~~~~~~~~~~~~~~~

MongoDB csupports spherical surface calculations on :term:`legacy
MongoDB supports spherical surface calculations on :term:`legacy
coordinate pairs` by converting the data to the GeoJSON Point type.

If you choose flat surface calculations, you can store data only as
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/2.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Minor Releases
2.4.7 - October 21, 2013
~~~~~~~~~~~~~~~~~~~~~~~~

- Fixed over-aggresive caching of V8 Isolates :issue:`SERVER-10596`.
- Fixed over-aggressive caching of V8 Isolates :issue:`SERVER-10596`.

- Removed extraneous initial count during mapReduce
:issue:`SERVER-9907`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ invocation:
--setParameter authenticationMechanisms=GSSAPI \
--keyFile /opt/mongodb/mongos.keyfile

.. tip:: If you installed MongoDB Enterprise using one of the offical
.. tip:: If you installed MongoDB Enterprise using one of the official
``.deb`` or ``.rpm`` packages *and* are controlling the
:program:`mongod` instance using the included init/upstart scripts,
you can set the ``KR5_KTNAME`` variable in the default environment
Expand Down