From c72abf4e0ca424214983f3ad4e1fb8842879ec5c Mon Sep 17 00:00:00 2001
From: jjceresa <32781294+jjceresa@users.noreply.github.com>
Date: Sat, 10 Apr 2021 22:47:10 +0200
Subject: [PATCH] Fix typos in fx API documentation (#841)
---
src/synth/fluid_synth.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/synth/fluid_synth.c b/src/synth/fluid_synth.c
index 1eb5d737..89def2fd 100644
--- a/src/synth/fluid_synth.c
+++ b/src/synth/fluid_synth.c
@@ -5680,7 +5680,7 @@ fluid_synth_set_reverb_on(fluid_synth_t *synth, int on)
* @param synth FluidSynth instance
* @param fx_group Index of the fx group.
* Must be in the range -1 to (fluid_synth_count_effects_groups()-1)
. If -1 the
- * parameter common to all fx groups is fetched.
+ * parameter will be applied to all fx groups.
* @param on TRUE to enable reverb, FALSE to disable
* @return #FLUID_OK on success, #FLUID_FAILED otherwise
*/
@@ -6154,7 +6154,7 @@ fluid_synth_set_chorus_on(fluid_synth_t *synth, int on)
* @param synth FluidSynth instance
* @param fx_group Index of the fx group.
* Must be in the range -1 to (fluid_synth_count_effects_groups()-1)
. If -1 the
- * parameter common to all fx groups is fetched.
+ * parameter will be applied to all fx groups.
* @param on TRUE to enable chorus, FALSE to disable
* @return #FLUID_OK on success, #FLUID_FAILED otherwise
*/