From ca74c0a180d715f0af685bbd9f4bf01501d38325 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 24 Jul 2008 17:09:28 +0000 Subject: cosmetics: Fix two common typos: wont --> will not, lets --> let us. Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/libdc1394.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavdevice/libdc1394.c') diff --git a/libavdevice/libdc1394.c b/libavdevice/libdc1394.c index 1457d8c81a..c01a374158 100644 --- a/libavdevice/libdc1394.c +++ b/libavdevice/libdc1394.c @@ -155,7 +155,7 @@ static int dc1394_v1_read_header(AVFormatContext *c, AVFormatParameters * ap) if (dc1394_read_common(c,ap,&fmt,&fps) != 0) return -1; - /* Now lets prep the hardware */ + /* Now let us prep the hardware. */ dc1394->handle = dc1394_create_handle(0); /* FIXME: gotta have ap->port */ if (!dc1394->handle) { av_log(c, AV_LOG_ERROR, "Can't acquire dc1394 handle on port %d\n", 0 /* ap->port */); @@ -248,7 +248,7 @@ static int dc1394_v2_read_header(AVFormatContext *c, AVFormatParameters * ap) if (dc1394_read_common(c,ap,&fmt,&fps) != 0) return -1; - /* Now lets prep the hardware */ + /* Now let us prep the hardware. */ dc1394->d = dc1394_new(); dc1394_camera_enumerate (dc1394->d, &list); if ( !list || list->num == 0) { -- cgit v1.2.3