mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
fix minor typo
This commit is contained in:
parent
f4c2f00f78
commit
25b200c087
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ static pa_hook_result_t source_output_new_hook_callback(pa_core *c, pa_source_ou
|
|||
pa_log_info("Restoring device for stream %s.", name);
|
||||
new_data->source = s;
|
||||
} else
|
||||
pa_log_info("Not restroing device for stream %s, because already set", name);
|
||||
pa_log_info("Not restoring device for stream %s, because already set", name);
|
||||
}
|
||||
|
||||
pa_xfree(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue