Git fork

run-command: fix a typo

Fix a typo in comments.

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

authored by

Andrew Kreimer and committed by
Junio C Hamano
b71d52ce a0ef3816

+1 -1
+1 -1
run-command.h
··· 535 535 /* timeout expired waiting for child to become "ready" */ 536 536 SBGR_TIMEOUT, 537 537 538 - /* child process exited or was signalled before becomming "ready" */ 538 + /* child process exited or was signalled before becoming "ready" */ 539 539 SBGR_DIED, 540 540 }; 541 541