summaryrefslogtreecommitdiff
path: root/openstackclient/image
diff options
context:
space:
mode:
authorLin Yang <lin.a.yang@intel.com>2015-04-30 17:21:45 +0800
committerLin Yang <lin.a.yang@intel.com>2015-04-30 17:21:45 +0800
commitaf2a665a637fb3cd11f67bc52ab01717c98e35c5 (patch)
treedf85585e8a3c68526543c79e53dd03ee9ca180f8 /openstackclient/image
parent634004f33e184fc8b4205474434342c01404eb57 (diff)
downloadpython-openstackclient-af2a665a637fb3cd11f67bc52ab01717c98e35c5.tar.gz
Fix tiny typo in comment message
compatability => compatibility Change-Id: I3181fb2b83df1e2cb60a9eedf319f2ad0a487dba Signed-off-by: Lin Yang <lin.a.yang@intel.com>
Diffstat (limited to 'openstackclient/image')
-rw-r--r--openstackclient/image/v1/image.py2
-rw-r--r--openstackclient/image/v2/image.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/image/v1/image.py b/openstackclient/image/v1/image.py
index 4c07d360..830b99ba 100644
--- a/openstackclient/image/v1/image.py
+++ b/openstackclient/image/v1/image.py
@@ -348,7 +348,7 @@ class ListImage(lister.Lister):
help='List additional fields in output',
)
- # --page-size has never worked, leave here for silent compatability
+ # --page-size has never worked, leave here for silent compatibility
# We'll implement limit/marker differently later
parser.add_argument(
"--page-size",
diff --git a/openstackclient/image/v2/image.py b/openstackclient/image/v2/image.py
index eb82c910..99bf2674 100644
--- a/openstackclient/image/v2/image.py
+++ b/openstackclient/image/v2/image.py
@@ -98,7 +98,7 @@ class ListImage(lister.Lister):
help='List additional fields in output',
)
- # --page-size has never worked, leave here for silent compatability
+ # --page-size has never worked, leave here for silent compatibility
# We'll implement limit/marker differently later
parser.add_argument(
"--page-size",