summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-03-08 00:33:10 +0000
committerGerrit Code Review <review@openstack.org>2014-03-08 00:33:10 +0000
commitb0c0b48fdc1a26196b5838db33e3bc0683566b3d (patch)
tree01b18250f7bf91501e82ee6253ebc8d91ddc6960
parent3435f188a400b21891981c4024c26bcefc7be861 (diff)
parent14548aa69a25f6a57c0d5bbccae2d5243a99dfef (diff)
downloadpython-openstackclient-b0c0b48fdc1a26196b5838db33e3bc0683566b3d.tar.gz
Merge "Fixed spelling errors - occurance to occurence"
-rw-r--r--doc/source/commands.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 31e7c148..e0cfee7a 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -69,8 +69,8 @@ The actions used by OpenStackClient are defined below to provide a consistent me
* authorize - authorize a token (used in OAuth)
* add (remove) - add some object to a container object; the command is built in the order of "container add object" (<container> <object>), the positional arguments appear in the same order
* attach (detach) - deprecated; use add/remove
-* create (delete) - create a new occurrance of the specified object
-* delete (create) - delete a specific occurrance of the specified object
+* create (delete) - create a new occurrence of the specified object
+* delete (create) - delete a specific occurrence of the specified object
* detach (attach) - deprecated; use add/remove
* list - display summary information about multiple objects
* lock (unlock)