diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-10-14 06:52:15 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-10-14 08:44:09 -0400 |
commit | 7112a4159b575c43c70fa9145bd08ecdca8721a5 (patch) | |
tree | b8987f05a83e2436cf295803eea00bbad7ed2525 /troubleshooting.md | |
parent | c19f257181db6f2c8af1d208ef8c3c846593813e (diff) | |
download | podman-7112a4159b575c43c70fa9145bd08ecdca8721a5.tar.gz podman-7112a4159b575c43c70fa9145bd08ecdca8721a5.tar.bz2 podman-7112a4159b575c43c70fa9145bd08ecdca8721a5.zip |
Fix codespell errors
Along with a couple of nits found by Ed.
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'troubleshooting.md')
-rw-r--r-- | troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index a6c014625..b335eaaa8 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -875,7 +875,7 @@ def signal_listener(): sys.exit(0) except Exception as e: loop.quit() - sys.stderr.write(f"Error occured {e}") + sys.stderr.write(f"Error occurred {e}") sys.exit(1) if __name__ == "__main__": |