diff options
| author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2017-05-30 16:37:01 +0700 |
|---|---|---|
| committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2017-05-30 16:38:27 +0700 |
| commit | b52bbe1eec23ab498cc9fcda87045bddb28264db (patch) | |
| tree | b8ab8fba0e93ce5ef14abd4644319b47188fc7ff /openstackclient/tests/unit/image | |
| parent | b78153aec4f050e64ee8ec9c930ae673bb3ecd47 (diff) | |
| download | python-openstackclient-b52bbe1eec23ab498cc9fcda87045bddb28264db.tar.gz | |
Trivial fix typos
Change-Id: I72a1da209df38e226ec02d9dbd0142ed4020c0d2
Diffstat (limited to 'openstackclient/tests/unit/image')
| -rw-r--r-- | openstackclient/tests/unit/image/v2/fakes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/image/v2/fakes.py b/openstackclient/tests/unit/image/v2/fakes.py index 7f3f02df..7b214587 100644 --- a/openstackclient/tests/unit/image/v2/fakes.py +++ b/openstackclient/tests/unit/image/v2/fakes.py @@ -287,7 +287,7 @@ class FakeImage(object): """Create a fake image member. :param Dictionary attrs: - A dictionary with all attrbutes of image member + A dictionary with all attributes of image member :return: A FakeResource object with member_id, image_id and so on """ |
