From ab8aceab5053eedd4ecc0a90c3a1e8223db8a607 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 2 Dec 2025 12:45:26 -0800 Subject: codespell: lint spelling --- src/content/blog/patchwork-posts/patchwork-archive-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/blog/patchwork-posts/patchwork-archive-4.md') diff --git a/src/content/blog/patchwork-posts/patchwork-archive-4.md b/src/content/blog/patchwork-posts/patchwork-archive-4.md index b968a70..7b24586 100644 --- a/src/content/blog/patchwork-posts/patchwork-archive-4.md +++ b/src/content/blog/patchwork-posts/patchwork-archive-4.md @@ -127,7 +127,7 @@ except Exception as e: send_heartbeat("Offline") else: print("An error occurred. Sending offline heartbeat...") - send_heartbeat("Offline - An error occured " + str(e)) + send_heartbeat("Offline - An error occurred " + str(e)) ``` -- cgit v1.2.3