Francois Gouget : winetest: Apply a couple of spelling fixes.
Module: tools Branch: master Commit: d773793d717dc2cbac0550580ce10b3e6eb1dc76 URL: https://source.winehq.org/git/tools.git/?a=commit;h=d773793d717dc2cbac055058... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Jun 6 05:56:04 2022 +0200 winetest: Apply a couple of spelling fixes. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- winetest/build-patterns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winetest/build-patterns b/winetest/build-patterns index 0bad351..0bab171 100755 --- a/winetest/build-patterns +++ b/winetest/build-patterns @@ -1477,7 +1477,7 @@ EOF <li>Related bugs should have the <i>source</i> and <i>testcase</i> keywords, and their description should contain <i>module</i>:<i>unit</i>, <i>module</i>/<i>unit</i> or <i>module</i>/tests/<i>unit</i>. </ul> -<p>The patterns are grouped according to the likelyhood that they contain new failures:</p> +<p>The patterns are grouped according to the likelihood that they contain new failures:</p> <ul>"; my @listids = ("summary", "recent", "newmode", "regular", "old", @@ -1499,7 +1499,7 @@ EOF $tests{0}->{desc} .= "</ul>"; if (!$nolist) { - my @table = ("<details><summary>Page cutomization</summary> + my @table = ("<details><summary>Page customization</summary> <div class='detailsbox'><p>This section lets you select the reports to show on this page.</p><p> <label><input id='reruns' type='checkbox' checked> Hide WineTest reruns</label><br>"); if (!$subpage or $subpage eq "-tb-win")
participants (1)
-
Alexandre Julliard