psrp - fix typo (#75617)

psuedo -> pseudo
pull/75636/head
Ikko Ashimine 4 years ago committed by GitHub
parent 90518d8bb5
commit 7ff2a55f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -376,7 +376,7 @@ class Connection(ConnectionBase):
if not self.runspace:
connection = WSMan(**self._psrp_conn_kwargs)
# create our psuedo host to capture the exit code and host output
# create our pseudo host to capture the exit code and host output
host_ui = PSHostUserInterface()
self.host = PSHost(None, None, False, "Ansible PSRP Host", None,
host_ui, None)

Loading…
Cancel
Save