raop-client: Fix typo

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/733>
This commit is contained in:
Peter Meerwald-Stadler 2022-06-14 00:19:16 +02:00 committed by PulseAudio Marge Bot
parent e8509ea85c
commit 9360dce76d

View file

@ -480,7 +480,7 @@ static ssize_t send_udp_audio_packet(pa_raop_client *c, pa_memchunk *block, size
}
pa_memblock_release(packet->memblock);
/* It is meaningless to preseve the partial data */
/* It is meaningless to preserve the partial data */
block->index += block->length;
block->length = 0;