From e626b1f0dd8a032398a5e18d0eb2fe38ade2f52d Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 30 Jul 2011 17:41:11 +0100 Subject: [PATCH] Typo. Organization: Straylight/Edgeware From: Richard Kettlewell --- server/speaker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/speaker.c b/server/speaker.c index a8524b4..5100958 100644 --- a/server/speaker.c +++ b/server/speaker.c @@ -36,7 +36,7 @@ * assumed that the main server won't start outrageously many decoders. * * Audio is supplied from this buffer to the uaudio play callback. Playback is - * enabled when a track is to be played and disabled when the its last bytes + * enabled when a track is to be played and disabled when its last bytes * have been returned by the callback; pause and resume is implemented the * obvious way. If the callback finds itself required to play when there is no * playing track it returns dead air. -- [mdw]