Assorted spelling fixes.
This commit is contained in:
parent
51fbc569d6
commit
8a46d0eaf5
|
@ -9816,7 +9816,7 @@ static inline LRESULT LISTVIEW_GetVersion(LISTVIEW_INFO *infoPtr)
|
|||
* [I] iVersion : version to be set
|
||||
*
|
||||
* RETURN:
|
||||
* -1 when requested version is greater then DLL version;
|
||||
* -1 when requested version is greater than DLL version;
|
||||
* previous version otherwise
|
||||
*/
|
||||
static LRESULT LISTVIEW_SetVersion(LISTVIEW_INFO *infoPtr, DWORD iVersion)
|
||||
|
|
|
@ -3421,7 +3421,7 @@ static void test_EM_STREAMOUT_FONTTBL(void)
|
|||
brackCount--;
|
||||
fontTbl++;
|
||||
}
|
||||
/* checks wether closing bracket is ok */
|
||||
/* checks whether closing bracket is ok */
|
||||
ok(brackCount == 0, "missing closing bracket in \\fonttbl block\n");
|
||||
if(!brackCount)
|
||||
{
|
||||
|
|
|
@ -1191,9 +1191,9 @@ static void test_edit_control_5(void)
|
|||
10, 10, 1, 1,
|
||||
NULL, NULL, NULL, NULL);
|
||||
assert(hWnd);
|
||||
/* size of non-child edit control is (much) bigger then requested */
|
||||
/* size of non-child edit control is (much) bigger than requested */
|
||||
GetWindowRect( hWnd, &rc);
|
||||
ok( rc.right - rc.left > 20, "size of the window (%d) is smaller then expected\n",
|
||||
ok( rc.right - rc.left > 20, "size of the window (%d) is smaller than expected\n",
|
||||
rc.right - rc.left);
|
||||
DestroyWindow(hWnd);
|
||||
/* so create a parent, and give it edit controls children to test with */
|
||||
|
|
Loading…
Reference in New Issue