Module: tools Branch: master Commit: 5d27d3038d1ba7140a1966acddbadafdcfdae571 URL: https://source.winehq.org/git/tools.git/?a=commit;h=5d27d3038d1ba7140a1966ac...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Feb 5 16:07:20 2021 +0100
testbot/reporttest: Fix the spelling of a comment in the generated report.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 a29f951..b86752b 100644 --- a/testbot/src/reporttest/reporttest.c +++ b/testbot/src/reporttest/reporttest.c @@ -240,7 +240,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); }