diff options
| author | Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com> | 2015-10-08 10:56:23 +0900 |
|---|---|---|
| committer | Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com> | 2015-10-08 10:56:23 +0900 |
| commit | 2eaaf37a0d0fdfc68df2daec2ba8b7c2bd40f69b (patch) | |
| tree | 5a025aafbdf279eaba3e96c587219b8f76adcb5d | |
| parent | 262af5416b0fad02dee93aed2193cfee761ebd83 (diff) | |
| download | python-openstackclient-2eaaf37a0d0fdfc68df2daec2ba8b7c2bd40f69b.tar.gz | |
Fix a typo in commands.rst
1. "ec2 cedentials" to "ec2 credentials"
Change-Id: I9a17c0d592f9a4d6e53e6dd786cba405468a3e09
| -rw-r--r-- | doc/source/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index b52d9459..ccd70be2 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -80,7 +80,7 @@ referring to both Compute and Volume quotas. * ``container``: (**Object Store**) a grouping of objects * ``credentials``: (**Identity**) specific to identity providers * ``domain``: (**Identity**) a grouping of projects -* ``ec2 cedentials``: (**Identity**) AWS EC2-compatible credentials +* ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials * ``endpoint``: (**Identity**) the base URL used to contact a specific service * ``extension``: (**Compute**, **Identity**, **Volume**) OpenStack server API extensions * ``federation protocol``: (**Identity**) the underlying protocol used while federating identities |
