fix typo in comments

This commit is contained in:
jjceresa 2019-10-10 08:45:33 +02:00
parent ca02628981
commit f88b0c0c86
2 changed files with 4 additions and 4 deletions

View file

@ -14,8 +14,8 @@
2) mod_modulation is compared to the modulation computed by running
fluid_voice_calculate_modulator_contributions() (see note).
Note about tests dependency and precedence:
These step is dependant of fluid_voice_calculate_modulator_contributions()
Note about test dependency and precedence:
This step is dependent of fluid_voice_calculate_modulator_contributions()
function. That means that any change in this function must be checked by
running test_modulator_amount before running test_fluid_voice_modulate.
----------------------------------------------------------------------------*/

View file

@ -22,8 +22,8 @@
the comparison is done only using same step that 1.2.
Note about tests dependency and precedence:
These steps (1.2, 2.1))are dependant of fluid_voice_calculate_modulator_contributions()
Note about tests dependencies and precedence:
These steps (1.2, 2.1) are dependent of fluid_voice_calculate_modulator_contributions()
function. That means that any change in this function must be checked by
running test_modulator_amount before running test_possible_att_reduction.
----------------------------------------------------------------------------*/