]> Savannah Git Hosting - gnulib.git/commitdiff
nstrftime: Fix typo in documentation.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Feb 2024 15:57:15 +0000 (16:57 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Feb 2024 15:57:15 +0000 (16:57 +0100)
Reported by Tim Rice <tim@multitalents.net>.

* lib/strftime.h (nstrftime): Fix typo in comment.

ChangeLog
lib/strftime.h

index 24d9920e35a038f0619b07eff398585be18039fa..0f1fcb1b4a8d0d0ac4aa7291980dabed6c0f8aab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-02-07  Bruno Haible  <bruno@clisp.org>
+
+       nstrftime: Fix typo in documentation.
+       Reported by Tim Rice <tim@multitalents.net>.
+       * lib/strftime.h (nstrftime): Fix typo in comment.
+
 2024-02-07  Bruno Haible  <bruno@clisp.org>
 
        nstrftime tests: Avoid test failures on DragonFly BSD.
index 8fff11bec1915a11d2b67e2e43b2fe85eeaff394..6e3dbf834c2ec73baa5622bb6ac552eecdeb1a10 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
    LC_TIME category of the current locale.
 
    Uses the time zone __TZ.
-   If *__TP represents local time, _TZ should be set to
+   If *__TP represents local time, __TZ should be set to
      tzalloc (getenv ("TZ")).
    If *__TP represents universal time (a.k.a. GMT), __TZ should be set to
      (timezone_t) 0.