Skip to content

Commit 935015f

Browse files
IOhannes m zmölnigrillian
authored andcommitted
fix spelling errors in docs
The doxygen-generated manpages contain some typos... Signed-off-by: Ralph Giles <[email protected]>
1 parent 6dabc64 commit 935015f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/opus_multistream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

include/opus_projection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)