ref: 935015f3554418c04772728f3c4bdef44973a2b3
parent: 6dabc64aea921626a7f0a7f3b4dd4a00e7a32b7f
author: IOhannes m zmölnig <umlaeute@debian.org>
date: Sat Jun 18 07:42:30 EDT 2022
fix spelling errors in docs The doxygen-generated manpages contain some typos... Signed-off-by: Ralph Giles <giles@thaumas.net>
--- a/include/opus_multistream.h
+++ b/include/opus_multistream.h
@@ -510,7 +510,7 @@
int *error
) OPUS_ARG_NONNULL(5);
-/** Intialize a previously allocated decoder state object.
+/** Initialize a previously allocated decoder state object.
* The memory pointed to by \a st must be at least the size returned by
* opus_multistream_encoder_get_size().
* This is intended for applications which use their own allocator instead of
--- a/include/opus_projection.h
+++ b/include/opus_projection.h
@@ -405,7 +405,7 @@
) OPUS_ARG_NONNULL(5);
-/** Intialize a previously allocated projection decoder state object.
+/** Initialize a previously allocated projection decoder state object.
* The memory pointed to by \a st must be at least the size returned by
* opus_projection_decoder_get_size().
* This is intended for applications which use their own allocator instead of
--
⑨