Minor spelling fix (#33822)

This commit is contained in:
bdowling 2017-12-12 17:13:27 -05:00 committed by René Moser
parent 392b55b70b
commit 5b6ba8cbfd

View file

@ -414,7 +414,7 @@ class Connection(ConnectionBase):
if self._play_context.become and self._play_context.become_pass:
chan.sendall(to_bytes(self._play_context.become_pass) + b'\n')
else:
raise AnsibleError("A password is reqired but none was supplied")
raise AnsibleError("A password is required but none was supplied")
else:
no_prompt_out += become_output
no_prompt_err += become_output