summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-23 06:34:39 +0000
committerGerrit Code Review <review@openstack.org>2013-01-23 06:34:39 +0000
commit294c57397cacfd54739a65849bc3e829e0d8eda6 (patch)
tree9218591dc2f6aa71388d6ba513c1357728a1fcc7 /doc
parentc2a72961e9568bdc636feb857f933a817205c7ed (diff)
parentf379db545cf63f4ec854df748a1b7d256dc9bad4 (diff)
downloadnova-294c57397cacfd54739a65849bc3e829e0d8eda6.tar.gz
nova-294c57397cacfd54739a65849bc3e829e0d8eda6.tar.xz
nova-294c57397cacfd54739a65849bc3e829e0d8eda6.zip
Merge "fix misspellings in logs, comments and tests"
Diffstat (limited to 'doc')
-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.