Fix typo: prefered -> preferred

This commit is contained in:
Joseph Herlant 2018-09-17 10:00:57 -07:00
parent 87a41d7bbb
commit c1acdfee33
No known key found for this signature in database
GPG key ID: 63F7800A23D7B252

View file

@ -204,7 +204,7 @@ static void resolver_cb(
/* Transport protocol:
* - TCP = only TCP,
* - UDP = only UDP,
* - TCP,UDP = both supported (UDP should be prefered) */
* - TCP,UDP = both supported (UDP should be preferred) */
pa_xfree(tp);
if (pa_str_in_list(value, ",", "UDP"))
tp = pa_xstrdup("UDP");