From c1dde65e6e9d0a1544ebfd80f953f957b76209ef Mon Sep 17 00:00:00 2001 From: fduncanh Date: Wed, 4 May 2022 17:01:27 -0400 Subject: [PATCH] typo in comment --- lib/raop_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/raop_rtp.c b/lib/raop_rtp.c index c668eca..0a7aa03 100644 --- a/lib/raop_rtp.c +++ b/lib/raop_rtp.c @@ -511,7 +511,7 @@ raop_rtp_thread_udp(void *arg) break; case 0x02: default: - shift = 0; /* not needed fopr ALAC (audio only) */ + shift = 0; /* not needed for ALAC (audio only) */ break; } raop_rtp_sync_clock(raop_rtp, sync_ntp_local, ntp_start_time, sync_rtp, shift);