mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Fix typo: prefered -> preferred
This commit is contained in:
parent
87a41d7bbb
commit
c1acdfee33
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ static void resolver_cb(
|
||||||
/* Transport protocol:
|
/* Transport protocol:
|
||||||
* - TCP = only TCP,
|
* - TCP = only TCP,
|
||||||
* - UDP = only UDP,
|
* - UDP = only UDP,
|
||||||
* - TCP,UDP = both supported (UDP should be prefered) */
|
* - TCP,UDP = both supported (UDP should be preferred) */
|
||||||
pa_xfree(tp);
|
pa_xfree(tp);
|
||||||
if (pa_str_in_list(value, ",", "UDP"))
|
if (pa_str_in_list(value, ",", "UDP"))
|
||||||
tp = pa_xstrdup("UDP");
|
tp = pa_xstrdup("UDP");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue