]> git.ipfire.org Git - thirdparty/git.git/commitdiff
run-command: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:37 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:46:12 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.h

index 03e7222d8b5d74dfc962763d2f6fed2641f24d91..0df25e445f001cebf0d5ac33d7e6dbe3f779aa6e 100644 (file)
@@ -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,
 };