Skip to content

Commit b71d52c

Browse files
algonellgitster
authored andcommitted
run-command: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a0ef381 commit b71d52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-command.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ enum start_bg_result {
535535
/* timeout expired waiting for child to become "ready" */
536536
SBGR_TIMEOUT,
537537

538-
/* child process exited or was signalled before becomming "ready" */
538+
/* child process exited or was signalled before becoming "ready" */
539539
SBGR_DIED,
540540
};
541541

0 commit comments

Comments
 (0)