From fc8f48f1c1d83f18aee358be7d28cd8445086a57 Mon Sep 17 00:00:00 2001 From: jjceresa Date: Tue, 8 Sep 2020 21:53:12 +0200 Subject: [PATCH] fix typos in comments --- src/rvoice/fluid_rvoice_mixer.c | 4 ++-- src/synth/fluid_synth.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rvoice/fluid_rvoice_mixer.c b/src/rvoice/fluid_rvoice_mixer.c index f3e8cc54..bd32e683 100644 --- a/src/rvoice/fluid_rvoice_mixer.c +++ b/src/rvoice/fluid_rvoice_mixer.c @@ -849,12 +849,12 @@ DECLARE_FLUID_RVOICE_FUNCTION(fluid_rvoice_mixer_fx_set_mapping) } /** -* Set mapping beetwen fx unit and audio dry output at index out_from_fx. +* Set mapping between fx unit and audio dry output at index out_from_fx. * @param mixer. * @param fxunit_idx, index of fx unit to which out_from_fx must be mapped. * must be in the range (0 to mixer->fx_units-1). * @param out_from_fx, dry output index to map to fx unit. -* must be in the rage (0 to mixer->buffers.buf_count-1). +* must be in the range (0 to mixer->buffers.buf_count-1). * @return FLUID_OK if success, FLUID_FAILED otherwise. */ int diff --git a/src/synth/fluid_synth.c b/src/synth/fluid_synth.c index 9c028d83..39a9fa04 100644 --- a/src/synth/fluid_synth.c +++ b/src/synth/fluid_synth.c @@ -7508,7 +7508,7 @@ fluid_synth_mixer_get_mapping(fluid_synth_t *synth, * @param fx_from_chan, fx unit input index to map to chan_to_fx. * Must be in the range (-1 to synth->effects_groups-1). * -* 3)Mapping beetwen fx unit output (which is mapped to chanfx_to_out) and +* 3)Mapping between fx unit output (which is mapped to chanfx_to_out) and * audio dry output at index index out_from_fx. If chanfx_to_out is -1, * this mapping is ignored. * @@ -7577,7 +7577,7 @@ fluid_synth_mixer_set_mapping(fluid_synth_t *synth, /* get fx unit actually mapped to chanfx_fx_to out */ fxunit_idx = synth->channel[chanfx_to_out]->mapping_to_fx; - /* Mapping beetwen fx unit output and audio dry output + /* Mapping between fx unit output and audio dry output at index index out_from_fx. */ result = fluid_rvoice_mixer_set_fx_out_mapping(synth->eventhandler->mixer,