Module: tools Branch: master Commit: 71ec3a5096711cf2a4cb19f0b4412e7e1194b87f URL: https://source.winehq.org/git/tools.git/?a=commit;h=71ec3a5096711cf2a4cb19f0...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Mar 26 17:13:53 2021 +0100
testbot/TestLauncher: Fix the spelling of an error message.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/src/TestLauncher/TestLauncher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/src/TestLauncher/TestLauncher.c b/testbot/src/TestLauncher/TestLauncher.c index 58eed76..2a423d2 100644 --- a/testbot/src/TestLauncher/TestLauncher.c +++ b/testbot/src/TestLauncher/TestLauncher.c @@ -180,7 +180,7 @@ int main(int argc, char *argv[]) { if (GetFullPathNameA(argv[Arg], ARRAY_SIZE(TestExeFullName), TestExeFullName, &TestExeFileName) == 0) { - Error("Cauld not get the test executable full path %s (error %lu)\n", + Error("Could not get the test executable full path %s (error %lu)\n", argv[Arg], GetLastError()); return 1; }