mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Fix spelling sucess -> success
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
b746e09448
commit
112c300ae1
3 changed files with 4 additions and 4 deletions
|
|
@ -219,7 +219,7 @@ static void move_object_for_filter(pa_object *o, struct filter* filter, pa_bool_
|
|||
pa_log_info("Failed to move %s for \"%s\" to <%s>.", is_sink_input ? "sink-input" : "source-output",
|
||||
pa_strnull(pa_proplist_gets(pl, PA_PROP_APPLICATION_NAME)), name);
|
||||
else
|
||||
pa_log_info("Sucessfully moved %s for \"%s\" to <%s>.", is_sink_input ? "sink-input" : "source-output",
|
||||
pa_log_info("Successfully moved %s for \"%s\" to <%s>.", is_sink_input ? "sink-input" : "source-output",
|
||||
pa_strnull(pa_proplist_gets(pl, PA_PROP_APPLICATION_NAME)), name);
|
||||
|
||||
pa_proplist_unset(pl, PA_PROP_FILTER_APPLY_MOVING);
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ static pa_hook_result_t sink_put_hook_callback(pa_core *c, pa_sink *sink, void*
|
|||
pa_log_info("Failed to move sink input %u \"%s\" to %s.", i->index,
|
||||
pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), sink->name);
|
||||
else
|
||||
pa_log_info("Sucessfully moved sink input %u \"%s\" to %s.", i->index,
|
||||
pa_log_info("Successfully moved sink input %u \"%s\" to %s.", i->index,
|
||||
pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), sink->name);
|
||||
}
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ static pa_hook_result_t source_put_hook_callback(pa_core *c, pa_source *source,
|
|||
pa_log_info("Failed to move source output %u \"%s\" to %s.", o->index,
|
||||
pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_APPLICATION_NAME)), source->name);
|
||||
else
|
||||
pa_log_info("Sucessfully moved source output %u \"%s\" to %s.", o->index,
|
||||
pa_log_info("Successfully moved source output %u \"%s\" to %s.", o->index,
|
||||
pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_APPLICATION_NAME)), source->name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue