diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-03-08 00:33:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-03-08 00:33:10 +0000 |
| commit | b0c0b48fdc1a26196b5838db33e3bc0683566b3d (patch) | |
| tree | 01b18250f7bf91501e82ee6253ebc8d91ddc6960 | |
| parent | 3435f188a400b21891981c4024c26bcefc7be861 (diff) | |
| parent | 14548aa69a25f6a57c0d5bbccae2d5243a99dfef (diff) | |
| download | python-openstackclient-b0c0b48fdc1a26196b5838db33e3bc0683566b3d.tar.gz | |
Merge "Fixed spelling errors - occurance to occurence"
| -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) |
