aboutsummaryrefslogtreecommitdiff
path: root/troubleshooting.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-10-14 06:52:15 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-10-14 08:44:09 -0400
commit7112a4159b575c43c70fa9145bd08ecdca8721a5 (patch)
treeb8987f05a83e2436cf295803eea00bbad7ed2525 /troubleshooting.md
parentc19f257181db6f2c8af1d208ef8c3c846593813e (diff)
downloadpodman-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.md2
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__":