winetest: Tweak the wording of an error message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-12-11 04:57:06 +01:00 committed by Alexandre Julliard
parent a51a68207d
commit 7f37fc1360
1 changed files with 1 additions and 1 deletions

View File

@ -1437,7 +1437,7 @@ int main( int argc, char *argv[] )
}
if (failures > FAILURES_LIMIT)
report( R_WARNING,
"%d tests failed, there's probably something broken with your setup.\n"
"%d tests failed. There is probably something broken with your setup.\n"
"You need to address this before submitting results.", failures );
if (build_id[0] && nr_of_skips <= SKIP_LIMIT && failures <= FAILURES_LIMIT &&