diff options
| author | Alex Holden <alex@alexjonasholden.com> | 2014-03-07 09:37:59 -0800 |
|---|---|---|
| committer | Alex Holden <alex@alexjonasholden.com> | 2014-03-07 09:38:05 -0800 |
| commit | 14548aa69a25f6a57c0d5bbccae2d5243a99dfef (patch) | |
| tree | 100c564926062954ff5ff0f4f81f0176e73da92c /doc/source | |
| parent | 64a33b0aa59a1d22fadc41bffebfab04dd6c2cc7 (diff) | |
| download | python-openstackclient-14548aa69a25f6a57c0d5bbccae2d5243a99dfef.tar.gz | |
Fixed spelling errors - occurance to occurence
Change-Id: Ie0550a1168448d85043d9b4943edd732b1f10307
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/commands.rst | 4 |
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) |
