diff options
author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 20:34:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 22:46:12 +0200 |
commit | b71d52cef598521865eb9d8cf9f7a95e685a76aa (patch) | |
tree | 16a7b83b2d8a0bbbc53253c8f0c913d710f45a69 /run-command.h | |
parent | revision: fix a typo (diff) | |
download | git-b71d52cef598521865eb9d8cf9f7a95e685a76aa.tar.xz git-b71d52cef598521865eb9d8cf9f7a95e685a76aa.zip |
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>
Diffstat (limited to 'run-command.h')
-rw-r--r-- | run-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, }; |