Skip to content

Commit d751a21

Browse files
author
Joshua Harlow
committed
Fix 'auhentication' spelling error/mistake
Change-Id: Iba58c188d2ae44170539534eea1415cf8eb65ac4
1 parent f142516 commit d751a21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/api/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def build_auth_plugins_option_parser(parser):
185185
metavar='<auth-type>',
186186
dest='auth_type',
187187
default=utils.env('OS_AUTH_TYPE'),
188-
help='Select an auhentication type. Available types: ' +
188+
help='Select an authentication type. Available types: ' +
189189
', '.join(available_plugins) +
190190
'. Default: selected based on --os-username/--os-token' +
191191
' (Env: OS_AUTH_TYPE)',

0 commit comments

Comments
 (0)