From 4598d72a33706ed55886034df6a0b2ea0072a11b Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 13 Sep 2024 08:20:09 +1000 Subject: [PATCH] Fix a typo. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index e658edc5..f58eda0e 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -75204,7 +75204,7 @@ MA_API ma_result ma_engine_node_init_preallocated(const ma_engine_node_config* p /* - Spatialization comes next. We spatialize based ont he node's output channel count. It's up the caller to + Spatialization comes next. We spatialize based on the node's output channel count. It's up the caller to ensure channels counts link up correctly in the node graph. */ spatializerConfig = ma_engine_node_spatializer_config_init(&baseNodeConfig);