diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-01-16 12:07:47 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-01-16 12:07:47 -0800 |
| commit | 3ed618f28fc14d38cebe9167b0beece519e7ef80 (patch) | |
| tree | 42f71697e54db899f53a77f68e573201afd3f4ed /run-command.c | |
| parent | ffd923868574a004ec20a80dbc3b813da9a93b08 (diff) | |
| parent | b39a84185e79cff69f9f1f79f1edb014ef27b9c6 (diff) | |
| download | git-3ed618f28fc14d38cebe9167b0beece519e7ef80.tar.gz | |
Merge branch 'ar/dup-words-fixes'
Typofixes.
* ar/dup-words-fixes:
*: fix typos which duplicate a word
Diffstat (limited to 'run-command.c')
| -rw-r--r-- | run-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-command.c b/run-command.c index 756f1839aa..50cc011654 100644 --- a/run-command.c +++ b/run-command.c @@ -1853,7 +1853,7 @@ enum start_bg_result start_bg_command(struct child_process *cmd, * * We also assume that `start_command()` does not add * us to the cleanup list. And that it calls - * calls `child_process_clear()`. + * `child_process_clear()`. */ sbgr = SBGR_ERROR; goto done; |
