]> git.sesse.net Git - vlc/commitdiff
* modules/access/dshow/filter.cpp: minor, but ugly, typo.
authorSam Hocevar <sam@videolan.org>
Sat, 12 Nov 2005 00:41:08 +0000 (00:41 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 12 Nov 2005 00:41:08 +0000 (00:41 +0000)
modules/access/dshow/filter.cpp

index 2622b2e3ca6c43a2f6086ab892e74d00ca49e828..117187c2b6f549f5bee0e0fa6c81c4523cea6819 100644 (file)
@@ -47,7 +47,7 @@
 
 /*****************************************************************************
  * DirectShow GUIDs.
- * Easier to define them hear as mingw doesn't provide them all.
+ * Easier to define them here as mingw doesn't provide them all.
  *****************************************************************************/
 const GUID CLSID_SystemDeviceEnum = {0x62be5d10, 0x60eb, 0x11d0, {0xbd, 0x3b, 0x00, 0xa0, 0xc9, 0x11, 0xce, 0x86}};
 const GUID CLSID_VideoInputDeviceCategory = {0x860BB310,0x5D01,0x11d0,{0xBD,0x3B,0x00,0xA0,0xC9,0x11,0xCE,0x86}};