[vlc-commits] v4l2: typo
Rémi Denis-Courmont
git at videolan.org
Mon Jul 30 17:57:57 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jul 30 18:57:40 2012 +0300| [2769bde42a2f954fcfd6f96bc392017c1b134cf0] | committer: Rémi Denis-Courmont
v4l2: typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2769bde42a2f954fcfd6f96bc392017c1b134cf0
---
modules/access/v4l2/video.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/v4l2/video.c b/modules/access/v4l2/video.c
index dd2f3ce..c6bb29d 100644
--- a/modules/access/v4l2/video.c
+++ b/modules/access/v4l2/video.c
@@ -213,7 +213,7 @@ static int SetupTuner (vlc_object_t *obj, int fd,
if (v4l2_ioctl (fd, VIDIOC_S_FREQUENCY, &frequency) < 0)
{
- msg_Err (obj, "cannot tuner tuner %u to frequency %u %sHz: %m",
+ msg_Err (obj, "cannot tune tuner %u to frequency %u %sHz: %m",
input->tuner, freq, mult);
return -1;
}
More information about the vlc-commits
mailing list