tests: Fix some spelling mistakes.

This commit is contained in:
Nikolay Sivov
2023-11-12 02:48:30 +01:00
committed by Alexandre Julliard
parent 215a2c4ede
commit 41a72a4eae
Notes: Alexandre Julliard 2023-11-13 23:30:29 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/468
3 changed files with 3 additions and 3 deletions

View File

@@ -803,7 +803,7 @@ static HRESULT map_unidentified_hrs(HRESULT hr)
{
if (hr == 0x80010064)
{
trace("Mapping unindentified hr %#x as %#x.\n", hr, E_FAIL);
trace("Mapping unidentified hr %#x as %#x.\n", hr, E_FAIL);
return E_FAIL;
}
return hr;