Skip to content

Commit c3b4359

Browse files
[skip ci] run-tests.php: fix some typos (#17783)
1 parent a81649f commit c3b4359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-tests.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function show_usage(): void
4949
5050
-w <file> Write a list of all failed tests to <file>.
5151
52-
-a <file> Same as -w but append rather then truncating <file>.
52+
-a <file> Same as -w but append rather than truncating <file>.
5353
5454
-W <file> Write a list of all tests and their result status to <file>.
5555
@@ -90,7 +90,7 @@ function show_usage(): void
9090
--temp-source <sdir> --temp-target <tdir> [--temp-urlbase <url>]
9191
Write temporary files to <tdir> by replacing <sdir> from the
9292
filenames to generate with <tdir>. In general you want to make
93-
<sdir> the path to your source files and <tdir> some patch in
93+
<sdir> the path to your source files and <tdir> some path in
9494
your web page hierarchy with <url> pointing to <tdir>.
9595
9696
--keep-[all|php|skip|clean]

0 commit comments

Comments
 (0)