Skip to content

Commit d0f81f5

Browse files
committed
trivial: Fix typo
Change-Id: I936cc07af38bdd5d389cc5edafa93861f8fac3a6 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent a3730af commit d0f81f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstackclient/image/v2/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _add_visibility_args(parser):
188188
action="store_const",
189189
const="public",
190190
dest="visibility",
191-
help=_("Image is accessible and visisble to all users"),
191+
help=_("Image is accessible and visible to all users"),
192192
)
193193
public_group.add_argument(
194194
"--private",

0 commit comments

Comments
 (0)