File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusMSDecoder *opus_multistream_decoder_crea
510510 int * error
511511) OPUS_ARG_NONNULL (5 );
512512
513- /** Intialize a previously allocated decoder state object.
513+ /** Initialize a previously allocated decoder state object.
514514 * The memory pointed to by \a st must be at least the size returned by
515515 * opus_multistream_encoder_get_size().
516516 * This is intended for applications which use their own allocator instead of
Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionDecoder *opus_projection_decod
405405) OPUS_ARG_NONNULL (5 );
406406
407407
408- /** Intialize a previously allocated projection decoder state object.
408+ /** Initialize a previously allocated projection decoder state object.
409409 * The memory pointed to by \a st must be at least the size returned by
410410 * opus_projection_decoder_get_size().
411411 * This is intended for applications which use their own allocator instead of
You can’t perform that action at this time.
0 commit comments