From 935015f3554418c04772728f3c4bdef44973a2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= <umlaeute@debian.org> Date: Sat, 18 Jun 2022 11:42:30 -0400 Subject: [PATCH] fix spelling errors in docs The doxygen-generated manpages contain some typos... Signed-off-by: Ralph Giles <giles@thaumas.net> --- include/opus_multistream.h | 2 +- include/opus_projection.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/opus_multistream.h b/include/opus_multistream.h index 824cc55ac..f4dcd1bb9 100644 --- a/include/opus_multistream.h +++ b/include/opus_multistream.h @@ -510,7 +510,7 @@ OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusMSDecoder *opus_multistream_decoder_crea 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 diff --git a/include/opus_projection.h b/include/opus_projection.h index 9dabf4e85..5bdc6e66d 100644 --- a/include/opus_projection.h +++ b/include/opus_projection.h @@ -405,7 +405,7 @@ OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionDecoder *opus_projection_decod ) 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 -- GitLab