shithub: opus

Download patch

ref: b384446157d7f8aa6b59cf4a57bd6dd2fe639b8c
parent: 51b99f6d3c6f455ec32cb9c323ccc0ecd9d4e8c5
author: Kriskras99 <github@kriskras99.nl>
date: Mon Jul 8 09:55:04 EDT 2024

Fix typo in Repacketizer documentation

Signed-off-by: Jean-Marc Valin <jeanmarcv@google.com>

--- a/include/opus.h
+++ b/include/opus.h
@@ -812,7 +812,7 @@
   * framing overhead becomes negligible.
   *
   * The repacketizer currently only operates on elementary Opus
-  * streams. It will not manipualte multistream packets successfully, except in
+  * streams. It will not manipulate multistream packets successfully, except in
   * the degenerate case where they consist of data from a single stream.
   *
   * The repacketizing process starts with creating a repacketizer state, either
--