spelling error ""Intialize"
there's a minor spelling mistake in the doxygen comments: ```diff Description: fix spelling errors in docs the doxygen-generated manpages contain some typos... Author: IOhannes m zmölnig <umlaeute@debian.org> Origin: Debian Last-Update: 2022-06-18 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- opus.orig/include/opus_multistream.h +++ opus/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 --- opus.orig/include/opus_projection.h +++ opus/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 ```
issue