summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorAlex Holden <alex@alexjonasholden.com>2014-03-07 09:37:59 -0800
committerAlex Holden <alex@alexjonasholden.com>2014-03-07 09:38:05 -0800
commit14548aa69a25f6a57c0d5bbccae2d5243a99dfef (patch)
tree100c564926062954ff5ff0f4f81f0176e73da92c /doc/source
parent64a33b0aa59a1d22fadc41bffebfab04dd6c2cc7 (diff)
downloadpython-openstackclient-14548aa69a25f6a57c0d5bbccae2d5243a99dfef.tar.gz
Fixed spelling errors - occurance to occurence
Change-Id: Ie0550a1168448d85043d9b4943edd732b1f10307
Diffstat (limited to 'doc/source')
-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)