[vlc-devel] commit: v4l2: fix typo in debug logs (Pierre Ynard )
git version control
git at videolan.org
Fri Oct 16 19:20:24 CEST 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Oct 16 19:19:53 2009 +0200| [b4433daad41896711ebd7c27554fe7738d91d6e5] | committer: Pierre Ynard
v4l2: fix typo in debug logs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b4433daad41896711ebd7c27554fe7738d91d6e5
---
modules/access/v4l2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c
index f170773..a214c01 100644
--- a/modules/access/v4l2.c
+++ b/modules/access/v4l2.c
@@ -2413,7 +2413,7 @@ static bool ProbeVideoDev( vlc_object_t *p_obj, demux_sys_t *p_sys,
p_sys->dev_cap.version & 0xFF,
p_sys->dev_cap.bus_info );
- msg_Dbg( p_obj, "the device has the capabilities: (%c) Video Capure, "
+ msg_Dbg( p_obj, "the device has the capabilities: (%c) Video Capture, "
"(%c) Audio, "
"(%c) Tuner, "
"(%c) Radio",
More information about the vlc-devel
mailing list