Fix spelling mistakes

This commit is contained in:
Ahmed Toulan
2012-05-22 16:30:25 +02:00
parent db04032b46
commit 034f353aa9
2 changed files with 4 additions and 4 deletions

View File

@@ -1070,7 +1070,7 @@ static EffectSettings noisegate_pluck_settings[] = {
};
static EffectSettings noisegate_gate_settings[] = {
{"Treshold", NOISEGATE_GATE_TRESHOLD, NOISEGATE_POSITION, &values_0_to_99},
{"Threshold", NOISEGATE_GATE_TRESHOLD, NOISEGATE_POSITION, &values_0_to_99},
{"Attack", NOISEGATE_ATTACK, NOISEGATE_POSITION, &values_0_to_99},
{"Release", NOISEGATE_RELEASE, NOISEGATE_POSITION, &values_0_to_99},
{"Attn", NOISEGATE_ATTN, NOISEGATE_POSITION, &values_0_to_99},