]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
doc: fix typos in previous doc patch
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Apr 2026 20:29:07 +0000 (13:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Apr 2026 20:29:07 +0000 (13:29 -0700)
ChangeLog
lib/sigpipe-die.h

index dc67199a1edc02605efc43c1740cc045db3c769b..3db1faa0245cf6d220d864818c7a1b42e1eb871f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@
        unlocked I/O.  Change “multithread-safe” to “thread-safe”.
        Change “thread-safety” to “thread safety”.
        However, do not change “multithreaded” to “multi-threaded” even
-       though there are some uses of both spellinga, as there are a whole
+       though there are some uses of both spellings, as there are a whole
        bunch of uses of “multithreaded”, also in identifier names;
        perhaps Gnulib should even standardize on “multithreaded”
        (not “multi-threaded”), contra POSIX.
index 964dae4320560c5cd26094c778642babf519b239..c89b79ee3953e3846c3358175a41bdd8a77ddf82 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
 /* Install a SIGPIPE handler that invokes PREPARE_DIE and then emits an
    error message and exits.  PREPARE_DIE may be NULL, meaning a no-op.
    This function should be called only in single-threaded processes.
-   In a multithreaded process, this function is typically called early
+   In a multithreaded program, this function is typically called early
    in the main thread while the process is still single-threaded.  */
 extern void install_sigpipe_die_handler (void (*prepare_die) (void));