From 52b541ad798c2388e92a1a876550ff381f9b2346 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 1 Dec 2007 22:21:04 +0000 Subject: spelling Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice') diff --git a/libavdevice/audio.c b/libavdevice/audio.c index 151cbffd51..87ffdef121 100644 --- a/libavdevice/audio.c +++ b/libavdevice/audio.c @@ -281,7 +281,7 @@ static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt) if (ioctl(s->fd, SNDCTL_DSP_GETISPACE, &abufi) == 0) { bdelay += abufi.bytes; } - /* substract time represented by the number of bytes in the audio fifo */ + /* subtract time represented by the number of bytes in the audio fifo */ cur_time -= (bdelay * 1000000LL) / (s->sample_rate * s->channels); /* convert to wanted units */ -- cgit v1.2.3