mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Fix some spelling mistakes.
This commit is contained in:
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
@@ -108,7 +108,7 @@ static enum program_result run_program(const char *cmdline, const char *log_file
|
||||
|
||||
if (!GetExitCodeProcess(info.hProcess, &exit_code))
|
||||
{
|
||||
fprintf(stderr, "Cannot retrive the process exit code, last error %ld.\n", GetLastError());
|
||||
fprintf(stderr, "Cannot retrieve the process exit code, last error %ld.\n", GetLastError());
|
||||
ret = PROGRAM_RESULT_FAILURE;
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user