diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-05-28 23:05:54 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-05-28 23:05:54 +0000 |
| commit | fb656527530444c116dce493abd85cc69e8902fb (patch) | |
| tree | b0d17c422b67dac146163d50f72310f176085f01 /openstackclient/identity/v3 | |
| parent | 7ceff0eafc01c038ac5264d91701ee6384ff0b31 (diff) | |
| parent | a8087a6c8b5946ecf25f019e183b26579c3475a8 (diff) | |
| download | python-openstackclient-fb656527530444c116dce493abd85cc69e8902fb.tar.gz | |
Merge "Fixed several typos throughout the codebase"
Diffstat (limited to 'openstackclient/identity/v3')
| -rw-r--r-- | openstackclient/identity/v3/project.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/project.py b/openstackclient/identity/v3/project.py index 36787bb0..e7c99ec5 100644 --- a/openstackclient/identity/v3/project.py +++ b/openstackclient/identity/v3/project.py @@ -251,7 +251,7 @@ class SetProject(command.Command): if 'id' in kwargs: del kwargs['id'] if 'domain_id' in kwargs: - # Hack around borken Identity API arg names + # Hack around broken Identity API arg names kwargs.update( {'domain': kwargs.pop('domain_id')} ) |
