]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Fix typos.
authorBruno Haible <bruno@clisp.org>
Mon, 21 Jul 2025 13:35:01 +0000 (15:35 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 21 Jul 2025 13:35:01 +0000 (15:35 +0200)
Reported by <Jens.Schleusener@fossies.org>.

* lib/mbiterf.h: Fix typo in comment.
* lib/mbuiterf.h: Likewise.

ChangeLog
lib/mbiterf.h
lib/mbuiterf.h

index 121b2b13a6e66856c552387c2965818e9887c55f..7f315503909e4739185cac9609f628b0aac98d38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-07-21  Bruno Haible  <bruno@clisp.org>
+
+       Fix typos.
+       Reported by <Jens.Schleusener@fossies.org>.
+       * lib/mbiterf.h: Fix typo in comment.
+       * lib/mbuiterf.h: Likewise.
+
 2025-07-20  Collin Funk  <collin.funk1@gmail.com>
 
        stdioext: Adjust some comments.
index 99d8d11d84e3a31a9f0a08aac232ba129ade85bb..d0d2484ac17e1c67dea387706923a15d081852d4 100644 (file)
@@ -61,7 +61,7 @@
 
    mbif_next (state, iter, endptr)
      returns the next multibyte character.
-     It asssumes that the state is initialized and that iter < endptr.
+     It assumes that the state is initialized and that iter < endptr.
 
    Here are the function prototypes of the macros.
 
index 611a6890af54a42622d8e0641d7d16c854c0a5f9..efe5c0b3fea27c8c67cafcf5bcfd944b26946407 100644 (file)
@@ -68,7 +68,7 @@
 
    mbuif_next (state, iter)
      returns the next multibyte character.
-     It asssumes that the state is initialized and that *iter != '\0'.
+     It assumes that the state is initialized and that *iter != '\0'.
 
    Here are the function prototypes of the macros.