From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:37 +0000 (+0000) Subject: run-command: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b71d52cef598521865eb9d8cf9f7a95e685a76aa;p=thirdparty%2Fgit.git run-command: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/run-command.h b/run-command.h index 03e7222d8b..0df25e445f 100644 --- a/run-command.h +++ b/run-command.h @@ -535,7 +535,7 @@ enum start_bg_result { /* timeout expired waiting for child to become "ready" */ SBGR_TIMEOUT, - /* child process exited or was signalled before becomming "ready" */ + /* child process exited or was signalled before becoming "ready" */ SBGR_DIED, };