[PATCH] dwrite: Fix typos in a couple of idl parameter names.

Francois Gouget fgouget at free.fr
Fri Jun 1 04:12:16 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 include/dwrite_3.idl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/dwrite_3.idl b/include/dwrite_3.idl
index de14b910ee3..5958e6fb1bc 100644
--- a/include/dwrite_3.idl
+++ b/include/dwrite_3.idl
@@ -281,7 +281,7 @@ interface IDWriteFontSet1 : IDWriteFontSet
         UINT32 *actual_num_ranges);
     HRESULT GetFontFaceReference(
         UINT32 index,
-        IDWriteFontFaceReference1 **referece);
+        IDWriteFontFaceReference1 **reference);
     HRESULT CreateFontResource(
         UINT32 index,
         IDWriteFontResource **resource);
@@ -651,7 +651,7 @@ interface IDWriteFontSetBuilder2 : IDWriteFontSetBuilder1
         DWRITE_FONT_AXIS_RANGE const *axis_ranges,
         UINT32 num_ranges,
         DWRITE_FONT_PROPERTY const *props,
-        UINT32 num_properies);
+        UINT32 num_properties);
     HRESULT AddFontFile(const WCHAR *filepath);
 }
 
-- 
2.17.0




More information about the wine-devel mailing list