diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-02 12:45:26 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-02 12:45:26 -0800 |
| commit | ab8aceab5053eedd4ecc0a90c3a1e8223db8a607 (patch) | |
| tree | 529c9ad0f97f9d22afe7cc8bcb8b45c9d7408e0f /src/content/blog/patchwork-posts/patchwork-archive-4.md | |
| parent | 51771de00644d8ca3d99e112d655a49321c25a3c (diff) | |
codespell: lint spelling
Diffstat (limited to 'src/content/blog/patchwork-posts/patchwork-archive-4.md')
| -rw-r--r-- | src/content/blog/patchwork-posts/patchwork-archive-4.md | 2 |
1 files changed, 1 insertions, 1 deletions
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)) ``` |
