summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorPádraig Brady <pbrady@redhat.com>2013-01-16 17:52:38 +0000
committerPádraig Brady <pbrady@redhat.com>2013-01-21 23:14:13 +0000
commitf379db545cf63f4ec854df748a1b7d256dc9bad4 (patch)
treef09f8adf9db9aad67d5ecd862ce7be2f4af40b41 /doc/source
parenta4d608fa33b328d7ed77c7f9c40ffbb43c0ade6b (diff)
downloadnova-f379db545cf63f4ec854df748a1b7d256dc9bad4.tar.gz
nova-f379db545cf63f4ec854df748a1b7d256dc9bad4.tar.xz
nova-f379db545cf63f4ec854df748a1b7d256dc9bad4.zip
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
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/devref/aggregates.rst2
1 files changed, 1 insertions, 1 deletions
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 <id> <host> Add the host to the specified aggregate.
* aggregate-remove-host <id> <host> Remove the specified host from the specfied aggregate.
* aggregate-set-metadata <id> <key=value> [<key=value> ...] Update the metadata associated with the aggregate.
- * aggregate-update <id> <name> [<availability_zone>] Update the aggregate's name and optionally availablity zone.
+ * aggregate-update <id> <name> [<availability_zone>] 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.