misc typos (#74724)

pull/74833/head
Abhijeet Kasurde 5 years ago committed by GitHub
parent b63512774b
commit a61821b626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ def daemonize_self():
try: try:
pid = os.fork() pid = os.fork()
if pid > 0: if pid > 0:
# TODO: print 'async_wrapper_pid': pid, but careful as it will polute expectec output. # TODO: print 'async_wrapper_pid': pid, but careful as it will pollute expected output.
end() end()
except OSError: except OSError:
e = sys.exc_info()[1] e = sys.exc_info()[1]

@ -5,7 +5,7 @@
- name: gather 'bad' facts - name: gather 'bad' facts
action: bogus_facts action: bogus_facts
- name: ensure that the 'bad' facts didn't polute what they are not supposed to - name: ensure that the 'bad' facts didn't pollute what they are not supposed to
assert: assert:
that: that:
- "'touch' not in discovered_interpreter_python|default('')" - "'touch' not in discovered_interpreter_python|default('')"

Loading…
Cancel
Save