diff options
| author | Cyril Roelandt <cyril@redhat.com> | 2021-10-26 15:53:35 +0200 |
|---|---|---|
| committer | Cyril Roelandt <cyril@redhat.com> | 2021-10-26 15:53:51 +0200 |
| commit | 43639e1118a757fd1a00d9ea999db43133c40763 (patch) | |
| tree | 9db5316ea49bf29a3a5972dd26db6cb271b2854c /openstackclient/volume | |
| parent | 728401bbd76afc4d31b4f22e44bf98d1de40ef46 (diff) | |
| download | python-openstackclient-43639e1118a757fd1a00d9ea999db43133c40763.tar.gz | |
Fix typos
Change-Id: Idd502c8df21da79ff3b9339870f38378f5337879
Diffstat (limited to 'openstackclient/volume')
| -rw-r--r-- | openstackclient/volume/v1/volume_type.py | 2 | ||||
| -rw-r--r-- | openstackclient/volume/v2/volume_snapshot.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/volume/v1/volume_type.py b/openstackclient/volume/v1/volume_type.py index 4f015d13..c584943e 100644 --- a/openstackclient/volume/v1/volume_type.py +++ b/openstackclient/volume/v1/volume_type.py @@ -411,7 +411,7 @@ class UnsetVolumeType(command.Command): "--encryption-type", action="store_true", help=_("Remove the encryption type for this volume type " - "(admin oly)"), + "(admin only)"), ) return parser diff --git a/openstackclient/volume/v2/volume_snapshot.py b/openstackclient/volume/v2/volume_snapshot.py index 656f59d4..53d8d27f 100644 --- a/openstackclient/volume/v2/volume_snapshot.py +++ b/openstackclient/volume/v2/volume_snapshot.py @@ -98,7 +98,7 @@ class CreateVolumeSnapshot(command.ShowOne): "--remote-source", metavar="<key=value>", action=parseractions.KeyValueAction, - help=_("The attribute(s) of the exsiting remote volume snapshot " + help=_("The attribute(s) of the existing remote volume snapshot " "(admin required) (repeat option to specify multiple " "attributes) e.g.: '--remote-source source-name=test_name " "--remote-source source-id=test_id'"), |
