Module: wine Branch: master Commit: 137ac892504d8b73734730d27cab1922ab40d5ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=137ac892504d8b73734730d27c...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Wed May 18 21:46:03 2016 +0200
include: Fix a typo in a comment.
Signed-off-by: Frédéric Delanoy frederic.delanoy@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/mapidefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/mapidefs.h b/include/mapidefs.h index be72a95..84e0f2d 100644 --- a/include/mapidefs.h +++ b/include/mapidefs.h @@ -182,7 +182,7 @@ typedef struct _MAPIUID #define cchProfilePassMax 64 /* Maximum length of a profile password */ #endif
-/* Properties: The are the contents of cells in MAPI tables, as well as the +/* Properties: These are the contents of cells in MAPI tables, as well as the * values returned when object properties are queried. */