Skip to content

Commit 39e4ae0

Browse files
committed
[ci skip] typo
1 parent 0ad19e4 commit 39e4ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: run-tests.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ function get_binary(string $php, string $sapi, string $sapi_path): ?string
10611061
if (file_exists("$dir/../../$sapi_path")) {
10621062
return realpath("$dir/../../$sapi_path");
10631063
}
1064-
// Installation tre, preserve command prefix/suffix
1064+
// Installation tree, preserve command prefix/suffix
10651065
$inst = str_replace('php', $sapi, basename($php));
10661066
if (file_exists("$dir/$inst")) {
10671067
return realpath("$dir/$inst");

0 commit comments

Comments
 (0)