diff --git a/include/opus_multistream.h b/include/opus_multistream.h index 824cc55ac56413a77dd8e37af6f460019f22a8f8..f4dcd1bb9dfbb3fa0e2a00605ff1bbac8581436e 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 9dabf4e85cf0be698f3215325bec40c5643b5241..5bdc6e66de20e85e89a6c7b5011a28e50f9617b0 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