]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
doc: Fix typo.
authorBruno Haible <bruno@clisp.org>
Wed, 3 Dec 2025 19:38:27 +0000 (20:38 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 3 Dec 2025 19:38:27 +0000 (20:38 +0100)
Reported by Pádraig Brady <P@draigBrady.com>.

* doc/posix-functions/stpncpy.texi: Fix typo.
* doc/posix-functions/strncpy.texi: Likewise.

ChangeLog
doc/posix-functions/stpncpy.texi
doc/posix-functions/strncpy.texi

index 38b8db91e48f1a4e9620b902de06909511224318..68cc0f29acfcf2c6174abb122173108be2904e97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-12-03  Bruno Haible  <bruno@clisp.org>
+
+       doc: Fix typo.
+       Reported by Pádraig Brady <P@draigBrady.com>.
+       * doc/posix-functions/stpncpy.texi: Fix typo.
+       * doc/posix-functions/strncpy.texi: Likewise.
+
 2025-12-03  Bruno Haible  <bruno@clisp.org>
 
        sinl: Fix result for small negative values.
index a361102c5c294cb13f1d7bd51ea8675bfb4c07d8..05cdc6c2e43b1ede44827091a8721e62872c6026 100644 (file)
@@ -20,7 +20,7 @@ This function cannot be called from plain inline or extern inline functions
 on some platforms:
 macOS 10.8.
 @item
-This function looks are more bytes of the source string than allowed
+This function looks at more bytes of the source string than allowed
 on some platforms:
 @c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291359
 FreeBSD 15.0/x86_64.
index 60e47196e0ae35ff73ed108f2ec1caa4ce336f40..e5be2aa43a7e9599748baafcff4137e25b1fe3ae 100644 (file)
@@ -19,7 +19,7 @@ macOS 10.8.
 Portability problems fixed by Gnulib module @code{strncpy}:
 @itemize
 @item
-This function looks are more bytes of the source string than allowed
+This function looks at more bytes of the source string than allowed
 on some platforms:
 @c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291359
 FreeBSD 15.0/x86_64.