mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Fix tiny typo in comment message
compatability => compatibility Change-Id: I3181fb2b83df1e2cb60a9eedf319f2ad0a487dba Signed-off-by: Lin Yang <lin.a.yang@intel.com>
This commit is contained in:
parent
634004f33e
commit
af2a665a63
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue