include: Fix a typo in IDirectShowStream interface

Andrey Gusev andrey.goosev at gmail.com
Wed May 18 08:51:14 CDT 2016


-------------- next part --------------
From c1c2aeec5fc29e0276778d77c9ed4a727467243a Mon Sep 17 00:00:00 2001
Message-Id: <c1c2aeec5fc29e0276778d77c9ed4a727467243a.1463579393.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Wed, 18 May 2016 16:49:35 +0300
Subject: [PATCH] include: Fix a typo in IDirectShowStream interface

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 include/amstream.idl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/amstream.idl b/include/amstream.idl
index 2f32d44..d4e5e35 100644
--- a/include/amstream.idl
+++ b/include/amstream.idl
@@ -76,9 +76,9 @@ interface IDirectShowStream : IDispatch
 	[propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal);
 	[propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
 	[propget, id(2), helpstring("property Video")] HRESULT Video([out, retval] OUTPUT_STATE *pVal);
-	[propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
+	[propput, id(2), helpstring("property Video")] HRESULT Video([in] OUTPUT_STATE newVal);
 	[propget, id(3), helpstring("property Audio")] HRESULT Audio([out, retval] OUTPUT_STATE *pVal);
-	[propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
+	[propput, id(3), helpstring("property Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
 };
 
 [
-- 
2.5.5



More information about the wine-patches mailing list