Francois Gouget : testbot/testagentd: Fix a spelling error in an error message.

Alexandre Julliard julliard at winehq.org
Mon Feb 24 13:47:34 CST 2020


Module: tools
Branch: master
Commit: 28443bcac11129a04919aa3c3f00426a85d3e990
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=28443bcac11129a04919aa3c3f00426a85d3e990

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Feb 24 04:45:40 2020 +0100

testbot/testagentd: Fix a spelling error in an error message.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/src/testagentd/platform_windows.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/src/testagentd/platform_windows.c b/testbot/src/testagentd/platform_windows.c
index 057e8fc..581c789 100644
--- a/testbot/src/testagentd/platform_windows.c
+++ b/testbot/src/testagentd/platform_windows.c
@@ -273,7 +273,7 @@ int platform_settime(uint64_t epoch, uint32_t leeway)
     filetime.dwHighDateTime = epoch >> 32;
     if (!FileTimeToSystemTime(&filetime, &systemtime))
     {
-        set_status(ST_ERROR, "failed to oconvert the time (%lu)", GetLastError());
+        set_status(ST_ERROR, "failed to convert the time (%lu)", GetLastError());
         return 0;
     }
     if (!SetSystemTime(&systemtime))




More information about the wine-cvs mailing list