From 9c916bdce5f24b3e9d8c52e777366984ee87b2df Mon Sep 17 00:00:00 2001 From: Zhao Lei Date: Thu, 24 Sep 2015 18:22:39 +0800 Subject: [PATCH] Fix some spelling typo in manual taht -> that noticable -> noticeable utilties -> utilities Change-Id: I4ff3e84a91503c8a0790c256dbf74132b2a9181b Signed-off-by: Zhao Lei --- specs/kilo/example-generator.rst | 2 +- specs/kilo/experimental-datastores.rst | 2 +- specs/liberty/mongodb-backup-restore.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/kilo/example-generator.rst b/specs/kilo/example-generator.rst index 6a31cd2..6f09e58 100644 --- a/specs/kilo/example-generator.rst +++ b/specs/kilo/example-generator.rst @@ -94,7 +94,7 @@ None. Performance Impact ------------------ The snippet generation will run in mere seconds as part of Tox. There will be -no noticable impact on the developers of Trove. +no noticeable impact on the developers of Trove. Other Deployer Impact --------------------- diff --git a/specs/kilo/experimental-datastores.rst b/specs/kilo/experimental-datastores.rst index 2704616..f8390e1 100644 --- a/specs/kilo/experimental-datastores.rst +++ b/specs/kilo/experimental-datastores.rst @@ -34,7 +34,7 @@ It is proposed that we create three groups of datastores as described in detail In each release, beginning with the Kilo release, each datastore will be given a classification that will be one of the values listed above based strictly on its adherence to the requirements for each of those classifications. -The classifications will be inclusive; i.e. a datastore that meets the "technical preview" requirements must also meet all the requirements for "experimental", and a datastore taht meets the "stable" requirements must also meet all the requirements for "technical preview". +The classifications will be inclusive; i.e. a datastore that meets the "technical preview" requirements must also meet all the requirements for "experimental", and a datastore that meets the "stable" requirements must also meet all the requirements for "technical preview". Introduce a classification of strategies ---------------------------------------- diff --git a/specs/liberty/mongodb-backup-restore.rst b/specs/liberty/mongodb-backup-restore.rst index 417fc27..f1b1828 100644 --- a/specs/liberty/mongodb-backup-restore.rst +++ b/specs/liberty/mongodb-backup-restore.rst @@ -26,7 +26,7 @@ Problem Description Backup and restore capability is important for eventually moving the MongoDB datastore out of the "experimental" stage. MongoDB provides two utilities, mongodump and mongorestore, which work with BSON-based files: efficient, binary -equivalents of the JSON data that MongoDB manages. These utilties will be used +equivalents of the JSON data that MongoDB manages. These utilities will be used to provide a standard backup and restore strategy for the MongoDB datastore, equivalent to the MySQLDump strategy for MySQL-based datastores.