shithub: opusfile

Download patch

ref: 48d411c28d6ed1957afc8e8c2439d5e22a99851c
parent: 8d153c572972830bbf71f98cef25c16a6ea733cc
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Fri Apr 11 05:03:33 EDT 2025

Typo fix.

--- a/include/opusfile.h
+++ b/include/opusfile.h
@@ -1816,7 +1816,7 @@
 #define OP_TRACK_GAIN    (3008)
 
 /**Gain offset type that indicates that the provided offset should be used as
-    the gain directly, without applying any the header or track gains.*/
+    the gain directly, without applying any of the header or track gains.*/
 #define OP_ABSOLUTE_GAIN (3009)
 
 /**Sets the gain to be used for decoded output.
--