From f379db545cf63f4ec854df748a1b7d256dc9bad4 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Wed, 16 Jan 2013 17:52:38 +0000 Subject: fix misspellings in logs, comments and tests Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Fixes bug: 1100083 Change-Id: Icf1f844fea8ad0a1101d1dc64b9a126608e9536e --- doc/source/devref/aggregates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/devref/aggregates.rst b/doc/source/devref/aggregates.rst index 56d398717..ecc6329ba 100644 --- a/doc/source/devref/aggregates.rst +++ b/doc/source/devref/aggregates.rst @@ -65,7 +65,7 @@ Usage * aggregate-add-host Add the host to the specified aggregate. * aggregate-remove-host Remove the specified host from the specfied aggregate. * aggregate-set-metadata [ ...] Update the metadata associated with the aggregate. - * aggregate-update [] Update the aggregate's name and optionally availablity zone. + * aggregate-update [] Update the aggregate's name and optionally availability zone. * host-list List all hosts by service * host-update --maintenance [enable | disable] Put/resume host into/from maintenance. -- cgit