From 605f938702308c6040884eb734797f709cacc4fc Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Sun, 28 Dec 2014 20:29:05 -0500 Subject: [PATCH 1/2] Copy edit: c/severStatus/serverStatus/g --- source/reference/command/serverStatus.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/reference/command/serverStatus.txt b/source/reference/command/serverStatus.txt index 18fcbb667ff..69a0fad55d9 100644 --- a/source/reference/command/serverStatus.txt +++ b/source/reference/command/serverStatus.txt @@ -1111,23 +1111,23 @@ For an example of the ``security`` output, see the :ref:`security section ` of the :doc:`/reference/server-status` page. -.. data:: severStatus.security +.. data:: serverStatus.security A document reporting security configuration and details. Only appears for :program:`mongod` instances compiled with support for SSL. -.. data:: severStatus.security.SSLServerSubjectName +.. data:: serverStatus.security.SSLServerSubjectName The subject name associated with the SSL certificate specified by :setting:`net.ssl.PEMKeyPassword`. -.. data:: severStatus.security.SSLServerHasCertificateAuthority +.. data:: serverStatus.security.SSLServerHasCertificateAuthority A boolean that is ``true`` when the SSL certificate specified by :setting:`net.ssl.PEMKeyPassword` is associated with a certificate authority. ``false`` when the SSL certificate is self-signed. -.. data:: severStatus.security.SSLServerCertificateExpirationDate +.. data:: serverStatus.security.SSLServerCertificateExpirationDate A :ref:`date object ` object that represents the date when the SSL certificate specified by From 58dc874e6a4f4481f3a24705c2bc084583578641 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Tue, 13 Jan 2015 11:53:56 -0500 Subject: [PATCH 2/2] Copyedits for typos --- source/includes/steps-install-mongodb-on-suse.yaml | 2 +- source/release-notes/2.8-compatibility.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/steps-install-mongodb-on-suse.yaml b/source/includes/steps-install-mongodb-on-suse.yaml index 690d6b8600d..349bf6f73ce 100644 --- a/source/includes/steps-install-mongodb-on-suse.yaml +++ b/source/includes/steps-install-mongodb-on-suse.yaml @@ -44,7 +44,7 @@ action: You can specify any available version of MongoDB. However ``zypper`` will upgrade the packages when a newer version becomes available. To prevent unintended upgrades, pin the packages. To pin the packages, run - the folllowing command: + the following command: .. include:: /includes/release-pin-repo-suse-lock.rst post: | diff --git a/source/release-notes/2.8-compatibility.txt b/source/release-notes/2.8-compatibility.txt index 84ee39c5ae7..2c3a9de36c8 100644 --- a/source/release-notes/2.8-compatibility.txt +++ b/source/release-notes/2.8-compatibility.txt @@ -94,7 +94,7 @@ voting and non-voting members of the set. Version Compatibility ~~~~~~~~~~~~~~~~~~~~~ -:program:`mongod` instances before 2.6.6 cannot perform an inital sync +:program:`mongod` instances before 2.6.6 cannot perform an initial sync against 2.8 replica set members. Do not add :program:`mongod 2.6.6 members to a replica set that has 2.8 members.