Merge "trivial: Fix typo"

This commit is contained in:
Zuul 2024-02-02 12:38:41 +00:00 committed by Gerrit Code Review
commit 0e5802c945
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def _add_visibility_args(parser):
action="store_const",
const="public",
dest="visibility",
help=_("Image is accessible and visisble to all users"),
help=_("Image is accessible and visible to all users"),
)
public_group.add_argument(
"--private",