Fixed spelling errors - occurance to occurence

Change-Id: Ie0550a1168448d85043d9b4943edd732b1f10307
This commit is contained in:
Alex Holden 2014-03-07 09:37:59 -08:00
parent 64a33b0aa5
commit 14548aa69a

@ -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)