[tools] testbot/TestLauncher: Fix the spelling of an error message.

Francois Gouget fgouget at codeweavers.com
Fri Mar 26 11:13:53 CDT 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 cfd74ef7e..b024714ac 100644
--- a/testbot/src/TestLauncher/TestLauncher.c
+++ b/testbot/src/TestLauncher/TestLauncher.c
@@ -267,7 +267,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;
          }
-- 
2.20.1




More information about the wine-devel mailing list