]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
FIx a misspelled comment
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 1 Mar 2022 22:29:09 +0000 (09:29 +1100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 1 Mar 2022 22:29:09 +0000 (09:29 +1100)
activity_monitor.c

index deeab2b6f9a864f93ed8d187847e272d0d546ed0..652d372098fe239441ac123290929f037e03d9bd 100644 (file)
@@ -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;