From 7b40eb190f8e01a12ffb6fc9ab4760316185cdc9 Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 12 Dec 2018 01:14:20 +0800 Subject: [PATCH] fix typos in API.rst & output.py Change-Id: I5bb9f8e55580a926b2684aa2e62bb8cc139de3be --- doc/source/API.rst | 4 ++-- src/bin/shipyard_client/shipyard_client/cli/help/output.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/API.rst b/doc/source/API.rst index 1abce103..f3a4ee9f 100644 --- a/doc/source/API.rst +++ b/doc/source/API.rst @@ -104,9 +104,9 @@ collections, rather than individually. At any point in time, there will be several versions of documents in a site that are accessible via this API: - The "Committed Documents" version, which represents the last version of - documents that were successfully commited with a commit_configdocs action. + documents that were successfully committed with a commit_configdocs action. - The "Shipyard Buffer" version, which represents the collection of documents - that have been ingested by this API since the last commited version. Note + that have been ingested by this API since the last committed version. Note that only one set of documents maybe posted to the buffer at a time by default. (This behavior can be overridden by query parameters issued by the user of Shipyard) diff --git a/src/bin/shipyard_client/shipyard_client/cli/help/output.py b/src/bin/shipyard_client/shipyard_client/cli/help/output.py index a896ca3f..7955c6c3 100644 --- a/src/bin/shipyard_client/shipyard_client/cli/help/output.py +++ b/src/bin/shipyard_client/shipyard_client/cli/help/output.py @@ -41,7 +41,7 @@ update_site: Triggers the update to a deployment of a site, using the latest committed configuration documents. update_software: Starts an update that only exercises the software portion of - the commited configuration documents. + the committed configuration documents. redeploy_server: Using parameters to indicate which server(s), triggers a redeployment of servers to the last committed design and