From aba2b2987299ba53214fd06a3261e960c2c42e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Thu, 2 Jun 2022 13:00:04 +0200 Subject: [PATCH] fix typo --- content/blog/2022-06-02-zombies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2022-06-02-zombies.md b/content/blog/2022-06-02-zombies.md index 3a8e5fa..df18439 100644 --- a/content/blog/2022-06-02-zombies.md +++ b/content/blog/2022-06-02-zombies.md @@ -53,7 +53,7 @@ PPID PID COMMAND COMMAND 164 165 sleep sleep infinity ``` -When the `git` process is killed by Gita, the `sleep` child will be orphaned: +When the `git` process is killed by Gitea, the `sleep` child will be orphaned: ``` $ docker exec gitea ps -o ppid,pid,comm,args