mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Fix typo: transmited -> transmitted
This commit is contained in:
parent
93c07da3eb
commit
61d35fd22f
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ static size_t build_udp_sync_packet(pa_raop_client *c, uint32_t stamp, uint32_t
|
|||
buffer[0] |= 0x10;
|
||||
stamp -= delay;
|
||||
buffer[1] = htonl(stamp);
|
||||
/* Set the transmited timestamp to current time. */
|
||||
/* Set the transmitted timestamp to current time. */
|
||||
transmitted = timeval_to_ntp(pa_rtclock_get(&tv));
|
||||
buffer[2] = htonl(transmitted >> 32);
|
||||
buffer[3] = htonl(transmitted & 0xffffffff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue