projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc10d26
)
filter-apply: fix typo "what" -> "want"
author
Tanu Kaskinen
<tanuk@iki.fi>
Thu, 10 Mar 2016 17:35:34 +0000
(19:35 +0200)
committer
Tanu Kaskinen
<tanuk@iki.fi>
Thu, 17 Mar 2016 17:33:28 +0000
(19:33 +0200)
src/modules/module-filter-apply.c
patch
|
blob
|
history
diff --git
a/src/modules/module-filter-apply.c
b/src/modules/module-filter-apply.c
index c3f83ce2c57b24b75f7beca31e99ae08576420e9..7f4a2b7a4597be37943d2b633ff617b21905c723 100644
(file)
--- 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 w
ha
t any filter, then let it be. */
+ /* If the stream doesn't w
an
t 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);