aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>