Module: wine Branch: master Commit: 668fe2030d8de658bf8034eca0bf691a4cdd38f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=668fe2030d8de658bf8034eca0...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Aug 2 01:10:10 2016 +0300
gdiplus: Fix its vs it's typos.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Vincent Povirk vincent@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdiplus/region.c | 2 +- dlls/gdiplus/tests/font.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/gdiplus/region.c b/dlls/gdiplus/region.c index 7d909d2..35fef8b 100644 --- a/dlls/gdiplus/region.c +++ b/dlls/gdiplus/region.c @@ -821,7 +821,7 @@ static void write_element(const region_element* element, DWORD *buffer, * their code followed by a second header for the path followed by the actual * path data. Followed by the flags for each point. The pathheader contains * the size of the data to follow, a version number again, followed by a count - * of how many points, and any special flags which may apply. 0x4000 means its + * of how many points, and any special flags which may apply. 0x4000 means it's * a path of shorts instead of FLOAT. * * Combining Ops are stored in reverse order from when they were constructed; diff --git a/dlls/gdiplus/tests/font.c b/dlls/gdiplus/tests/font.c index 1b442cc..827ef2a 100644 --- a/dlls/gdiplus/tests/font.c +++ b/dlls/gdiplus/tests/font.c @@ -74,7 +74,7 @@ static void test_createfont(void) stat = GdipDeleteFontFamily(fontfamily2); expect(Ok, stat);
- /* Test to see if returned size is based on unit (its not) */ + /* Test to see if returned size is based on unit (it's not) */ GdipGetFontSize(font, &size); ok (size == 12, "Expected 12, got %f\n", size); GdipDeleteFont(font);