Merge branch 'ak/typofixes' into maint-2.47

Typofixes.

* ak/typofixes:
  t: fix typos
  t/helper: fix a typo
  t/perf: fix typos
  t/unit-tests: fix typos
  contrib: fix typos
  compat: fix typos
This commit is contained in:
Junio C Hamano
2024-11-25 12:29:48 +09:00
15 changed files with 18 additions and 18 deletions

View File

@@ -713,7 +713,7 @@ static int accept_thread__wait_for_connection(
* Block SIGPIPE in this thread for the life of the thread. This
* avoids any stray SIGPIPE signals when closing pipe fds under
* extremely heavy loads (such as when the fifo queue is full and we
* drop incomming connections).
* drop incoming connections).
*/
static void *accept_thread_proc(void *_accept_thread_data)
{