[PATCH] winetest: Tweak the wording of an error message.

Francois Gouget fgouget at free.fr
Mon Dec 10 21:57:06 CST 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

Tweaking this error message was suggested in Wine bug 43880 (but is not 
going to fix that issue).
https://bugs.winehq.org/show_bug.cgi?id=43880


 programs/winetest/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index 56044095f3d..3d6cc660ec8 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -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 &&
-- 
2.19.2



More information about the wine-devel mailing list