From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 1 Mar 2022 22:29:09 +0000 (+1100) Subject: FIx a misspelled comment X-Git-Tag: 4.1-rc1~24^2~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8bad42b648d0439263df414fad1d57e8f6299f2;p=thirdparty%2Fshairport-sync.git FIx a misspelled comment --- diff --git a/activity_monitor.c b/activity_monitor.c index deeab2b6..652d3720 100644 --- a/activity_monitor.c +++ b/activity_monitor.c @@ -110,7 +110,7 @@ void going_inactive(int block) { } void activity_monitor_signify_activity(int active) { - // this could be pthread_cancelled and they is likely to be cancellation points in the + // this could be pthread_cancelled and there is likely to be cancellation points in the // hooked-on procedures pthread_cleanup_debug_mutex_lock(&activity_monitor_mutex, 10000, 1); player_state = active == 0 ? ps_inactive : ps_active;