From b0a31c3a3b65c38d36b4a1208f74a38a819771c5 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 6 Jul 2017 12:23:15 +0200 Subject: [PATCH] mapi32: A spelling fix in a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/mapi32/prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mapi32/prop.c b/dlls/mapi32/prop.c index ce8ed809a7f..0700e5c5e46 100644 --- a/dlls/mapi32/prop.c +++ b/dlls/mapi32/prop.c @@ -1635,7 +1635,7 @@ static HRESULT WINAPI IPropData_fnSaveChanges(LPPROPDATA iface, ULONG ulFlags) * * PARAMS * iface [I] IMAPIProp object to get the property values from - * lpTags [I] Property tage of property values to be retrieved + * lpTags [I] Property tags of property values to be retrieved * ulFlags [I] Return 0=Ascii MAPI_UNICODE=Unicode strings for * unspecified types * lpCount [O] Destination for number of properties returned -- 2.11.4.GIT