summaryrefslogtreecommitdiff
path: root/openstackclient/tests/volume/v1/fakes.py
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2014-02-07 13:25:43 +0800
committerShane Wang <shane.wang@intel.com>2014-02-07 13:26:48 +0800
commit8aa0b07fbc4dd3cd2c7d99513407b652eaa39d85 (patch)
tree2810892a2337b957c75714742bdc84cfba895f12 /openstackclient/tests/volume/v1/fakes.py
parent632363328b6bcdfb562e2822cd033967adcf4b6c (diff)
downloadpython-openstackclient-8aa0b07fbc4dd3cd2c7d99513407b652eaa39d85.tar.gz
Fix misspellings in python openstackclient
Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ic0d3efa26eb9a05ce16a8319c142f5bd1ce23821 Closes-Bug: #1257295
Diffstat (limited to 'openstackclient/tests/volume/v1/fakes.py')
-rw-r--r--openstackclient/tests/volume/v1/fakes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/volume/v1/fakes.py b/openstackclient/tests/volume/v1/fakes.py
index b25dfaf7..d6ef0d39 100644
--- a/openstackclient/tests/volume/v1/fakes.py
+++ b/openstackclient/tests/volume/v1/fakes.py
@@ -32,7 +32,7 @@ VOLUME = {
'display_description': volume_description,
'size': volume_size,
'status': '',
- 'attach_status': 'detatched',
+ 'attach_status': 'detached',
'metadata': volume_metadata,
}