Module: wine Branch: master Commit: b0a31c3a3b65c38d36b4a1208f74a38a819771c5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b0a31c3a3b65c38d36b4a1208f...
Author: Francois Gouget fgouget@free.fr Date: Thu Jul 6 12:23:15 2017 +0200
mapi32: A spelling fix in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 ce8ed80..0700e5c 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