fix comment typo in fluid_voice.c

This commit is contained in:
jjceresa 2019-10-06 01:19:09 +02:00
parent 6264bb2922
commit eb2f8dc7af

View file

@ -2241,7 +2241,7 @@ void fluid_voice_print_mod(fluid_voice_t *voice)
* modulator.
*
* @param voice, pointer on voice.
* @return number of modulators or FLUID_FALED otherwise.
* @return number of modulators or FLUID_FAILED otherwise.
*/
int fluid_voice_get_count_modulators(fluid_voice_t *voice)
{