diff mbox series

[17/20] run-command: fix a typo

Message ID d341face8530c4db1fbebf83b3eed053d089fca9.1726770881.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit b71d52cef598521865eb9d8cf9f7a95e685a76aa
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 run-command.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/run-command.h b/run-command.h
index 03e7222d8b5..0df25e445f0 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,
 };