summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2016-03-10 19:35:34 +0200
committerTanu Kaskinen <tanuk@iki.fi>2016-03-17 19:33:28 +0200
commit71b128aaeabfdb0b5845ef062d8ddfd56baa77a8 (patch)
tree36dc10f42f09b1671e3a86c2299d7e4c32e3723f
parentbc10d2662103fbdd5af6c3154401b71da18ae18d (diff)
downloadpulseaudio-71b128aaeabfdb0b5845ef062d8ddfd56baa77a8.tar.gz
filter-apply: fix typo "what" -> "want"
-rw-r--r--src/modules/module-filter-apply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-filter-apply.c b/src/modules/module-filter-apply.c
index c3f83ce2c..7f4a2b7a4 100644
--- a/src/modules/module-filter-apply.c
+++ b/src/modules/module-filter-apply.c
@@ -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);