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>
This commit is contained in:
parent
515065f6ce
commit
668fe2030d
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue