aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-06-30 16:36:20 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-06-30 16:36:20 +0000
commitdb03c419f72489a96bf7fe124348fae407c16beb (patch)
treecf0cfed069f1f30dd2cc6640f4921d790048962b
parent61600a77b96b4f71e446ebd021b4d620a0b51cf9 (diff)
downloadskalibs-db03c419f72489a96bf7fe124348fae407c16beb.tar.gz
Doc typo fixHEADmain
-rw-r--r--AUTHORS1
-rw-r--r--doc/libstddjb/siovec.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index d7f3ec4..6728a5d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -56,3 +56,4 @@ Thanks to:
Jan Pobříslo <ccx@te2000.cz>
Anna Figueiredo Gomes <navi@vlhl.dev>
Markus Sauermann <sauermann@disroot.org>
+ Sertonix <sertonix@posteo.net>
diff --git a/doc/libstddjb/siovec.html b/doc/libstddjb/siovec.html
index 2ffba98..7aa09f5 100644
--- a/doc/libstddjb/siovec.html
+++ b/doc/libstddjb/siovec.html
@@ -113,7 +113,7 @@ is 0, which means all of <em>v</em> has been zeroed out.
Looks for the first occurence of <em>c</em> among the byte ranges represented by the members
of <em>v</em>. Returns its cumulative index, i.e. the position that <em>c</em>
would have if the byte ranges pointed to by members of <em>v</em> were a
-single array. If there are no occurences of <em>c</em>, the function retunrs
+single array. If there are no occurences of <em>c</em>, the function returns
<tt>siovec_len(v, n)</tt>.
</p>