[pulseaudio-commits] src/modules

Tanu Kaskinen tanuk at kemper.freedesktop.org
Thu Mar 17 17:33:51 UTC 2016


 src/modules/module-filter-apply.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 71b128aaeabfdb0b5845ef062d8ddfd56baa77a8
Author: Tanu Kaskinen <tanuk at iki.fi>
Date:   Thu Mar 10 19:35:34 2016 +0200

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

diff --git a/src/modules/module-filter-apply.c b/src/modules/module-filter-apply.c
index c3f83ce..7f4a2b7 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);
 



More information about the pulseaudio-commits mailing list