dwrite: Fix a typo in dwrite_3.idl.

Francois Gouget fgouget at free.fr
Sun May 15 08:33:10 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

Verified in the Windows 10 SDK.

 include/dwrite_3.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dwrite_3.idl b/include/dwrite_3.idl
index 0d1dc40..e312d5e 100644
--- a/include/dwrite_3.idl
+++ b/include/dwrite_3.idl
@@ -138,7 +138,7 @@ interface IDWriteFontSet : IUnknown
         WCHAR const *preferred_locales, IDWriteStringList **values);
     HRESULT GetPropertyValues(UINT32 index, DWRITE_FONT_PROPERTY_ID id, BOOL *exists,
         IDWriteLocalizedStrings **values);
-    HRESULT GetPropertyOccurenceCount(DWRITE_FONT_PROPERTY const *property, UINT32 *count);
+    HRESULT GetPropertyOccurrenceCount(DWRITE_FONT_PROPERTY const *property, UINT32 *count);
     HRESULT GetMatchingFonts_(WCHAR const *family, DWRITE_FONT_WEIGHT weight, DWRITE_FONT_STRETCH stretch,
         DWRITE_FONT_STYLE style, IDWriteFontSet **fontset);
     HRESULT GetMatchingFonts(DWRITE_FONT_PROPERTY const *props, UINT32 count, IDWriteFontSet **fontset);
-- 
2.8.1




More information about the wine-patches mailing list