Skip to content

Commit b328960

Browse files
committed
Fix the typo in openstackclient/shell.py
Change-Id: Ia101f6d50ecd4a195aa93b1f289def581b0c6f38
1 parent aac0d58 commit b328960

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openstackclient/shell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
def prompt_for_password(prompt=None):
4444
"""Prompt user for a password
4545
46-
Propmpt for a password if stdin is a tty.
46+
Prompt for a password if stdin is a tty.
4747
"""
4848

4949
if not prompt:
@@ -228,7 +228,7 @@ def initialize_app(self, argv):
228228
# Parent __init__ parses argv into self.options
229229
super(OpenStackShell, self).initialize_app(argv)
230230

231-
# Set the default plugin to token_endpoint if rl and token are given
231+
# Set the default plugin to token_endpoint if url and token are given
232232
if (self.options.url and self.options.token):
233233
# Use service token authentication
234234
cloud_config.set_default('auth_type', 'token_endpoint')

0 commit comments

Comments
 (0)