filter-apply: fix typo "what" -> "want"

This commit is contained in:
Tanu Kaskinen 2016-03-10 19:35:34 +02:00
parent bc10d26621
commit 71b128aaea

View file

@ -124,7 +124,7 @@ static const char* should_filter(pa_object *o, bool is_sink_input) {
else
pl = PA_SOURCE_OUTPUT(o)->proplist;
/* If the stream doesn't what any filter, then let it be. */
/* If the stream doesn't want any filter, then let it be. */
if ((apply = pa_proplist_gets(pl, PA_PROP_FILTER_APPLY)) && !pa_streq(apply, "")) {
const char* suppress = pa_proplist_gets(pl, PA_PROP_FILTER_SUPPRESS);