From d79b067be6bbf2f9b6061a9e63aaaccd7aab008c Mon Sep 17 00:00:00 2001 From: neuralpain <77242216+neuralpain@users.noreply.github.com> Date: Sat, 5 Jul 2025 00:36:01 +0800 Subject: [PATCH] chore: correct spelling error dieing -> dying --- multiwatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiwatch.c b/multiwatch.c index 4221959..c46b27f 100644 --- a/multiwatch.c +++ b/multiwatch.c @@ -28,7 +28,7 @@ typedef struct { /* how many times we try to spawn a child */ gint retry; - /* time within a dieing child is handled as "spawn failed" + /* time within a dying child is handled as "spawn failed" * if it dies after the timeout, the retry counter is reset and * we try to get it up again */