[tools 1/2] testbot/reporttest: Fix the spelling of a comment in the generated report.

Francois Gouget fgouget at codeweavers.com
Fri Feb 5 09:07:20 CST 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/src/reporttest/reporttest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/src/reporttest/reporttest.c b/testbot/src/reporttest/reporttest.c
index fecaa50fb..b2e7a78bf 100644
--- a/testbot/src/reporttest/reporttest.c
+++ b/testbot/src/reporttest/reporttest.c
@@ -241,7 +241,7 @@ int main(int argc, char** argv)
             unit[strlen(unit)-1] = '\0';
             fprintf(logfile, "%s:%s start fake/%s/%s.c -\n", line+5, unit, line+5, unit);
             fprintf(logfile, "----- A standard successful unit test\n");
-            fprintf(logfile, "----- Expected assessement: Success\n");
+            fprintf(logfile, "----- Expected assessment: Success\n");
             fprintf(logfile, "1234:%s: 2 tests executed (0 marked as todo, 0 failures), 0 skipped.\n", unit);
             fprintf(logfile, "%s:%s:1234 done (0) in 0s\n", line+5, unit);
         }
-- 
2.20.1




More information about the wine-devel mailing list