]> git.ipfire.org Git - thirdparty/git.git/commitdiff
compat: fix typos
authorAndrew Kreimer <algonell@gmail.com>
Thu, 10 Oct 2024 15:11:19 +0000 (18:11 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Oct 2024 20:31:12 +0000 (13:31 -0700)
Fix typos and grammar.

Reported-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/fsmonitor/fsm-listen-win32.c
compat/regex/regexec.c
compat/simple-ipc/ipc-unix-socket.c

index 5a21dade7b8659aa4d6e9e3c697a7e124ef31ccb..e24d312f308aea84be2c1f2562c64d43b41a2f7c 100644 (file)
@@ -431,9 +431,9 @@ static int recv_rdcw_watch(struct one_watch *watch)
         * but I observed ERROR_ACCESS_DENIED (0x05) errors during
         * testing.
         *
-        * Note that we only get notificaiton events for events
+        * Note that we only get notification events for events
         * *within* the directory, not *on* the directory itself.
-        * (These might be properies of the parent directory, for
+        * (These might be properties of the parent directory, for
         * example).
         *
         * NEEDSWORK: We might try to check for the deleted directory
index e92be5741d14c526f15868c01c96be4578620e93..2eeec82f4077b7a4cb07a6c00cf634f845e2c258 100644 (file)
@@ -292,7 +292,7 @@ compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
    concerned.
 
    If REGS is not NULL, and BUFP->no_sub is not set, the offsets of the match
-   and all groups is stroed in REGS.  (For the "_2" variants, the offsets are
+   and all groups are stored in REGS.  (For the "_2" variants, the offsets are
    computed relative to the concatenation, not relative to the individual
    strings.)
 
index 9b3f2cdf8c9608a5aae4dc3ebfd8fa208c5617de..fe8d3fe1ebd333d542853eae5b238f5c4b66dc93 100644 (file)
@@ -712,7 +712,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)
 {