[raop] Fix spelling mistakes
This commit is contained in:
parent
5f3103fae7
commit
5d6c8d7b5b
|
@ -279,7 +279,7 @@ audio {
|
|||
# AirPlay/Airport Express settings
|
||||
# common to all devices
|
||||
#airplay_shared {
|
||||
# UDP ports used when ariplay devices make connections back to forked-daapd
|
||||
# UDP ports used when airplay devices make connections back to forked-daapd
|
||||
# (choosing specific ports may be helpful when running forked-daapd behind a firewall)
|
||||
# control_port = 0
|
||||
# timing_port = 0
|
||||
|
|
|
@ -137,7 +137,7 @@ static cfg_opt_t sec_alsa[] =
|
|||
CFG_END()
|
||||
};
|
||||
|
||||
/* AirPlay/ApEx share section structure */
|
||||
/* AirPlay/ApEx shared section structure */
|
||||
static cfg_opt_t sec_airplay_shared[] =
|
||||
{
|
||||
CFG_INT("control_port", 0, CFGF_NONE),
|
||||
|
|
Loading…
Reference in New Issue