From: Richard Kettlewell Date: Sat, 30 Jul 2011 16:41:11 +0000 (+0100) Subject: Typo. X-Git-Tag: branchpoint-5.1~42 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/e626b1f0dd8a032398a5e18d0eb2fe38ade2f52d Typo. --- 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.