Misc typo fixes (#53284)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2019-03-05 02:00:18 +05:30 committed by ansibot
commit 917520d560
7 changed files with 9 additions and 9 deletions

View file

@ -96,7 +96,7 @@ class BecomeModule(BecomeBase):
missing = ('No password given',)
def check_password_prompt(self, b_output):
''' checks if the expected passwod prompt exists in b_output '''
''' checks if the expected password prompt exists in b_output '''
prompts = self.get_option('prompt_l10n') or ["Kerberos password for .*@.*:"]
b_prompt = b"|".join(to_bytes(p) for p in prompts)