]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
clean-temp: Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Sat, 17 May 2025 09:07:20 +0000 (11:07 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 17 May 2025 09:07:20 +0000 (11:07 +0200)
* lib/clean-temp.h: Fix typo in comment.

ChangeLog
lib/clean-temp.h

index e628b7169f096cf0f38c2db2b3768fb4af8eab5e..39681ca16a45f3a807a9431973ab1fd7faa23a3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-05-17  Bruno Haible  <bruno@clisp.org>
+
+       clean-temp: Fix typo in comment.
+       * lib/clean-temp.h: Fix typo in comment.
+
 2025-05-16  Bruno Haible  <bruno@clisp.org>
 
        asyncsafe-spin: Fix race condition on native Windows.
index 1d4384450330576b7c959f3a2b35b4a7ad01ff16..696f471d3dfde04cc5c1b47403fd5e5e94988824 100644 (file)
@@ -57,7 +57,7 @@ extern "C" {
    is done entirely automatically by the functions of this module.
 
    Limitations: Files or directories can still be left over if
-     - the program is dies from a fatal signal such as SIGQUIT, SIGKILL, or
+     - the program dies from a fatal signal such as SIGQUIT, SIGKILL, or
        SIGABRT, SIGSEGV, SIGBUS, SIGILL, SIGFPE, or
      - in a multithreaded program, the fatal signal handler is already running
        while another thread of the program creates a new temporary directory