mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typo
This commit is contained in:
parent
55fd97c576
commit
48b44612d4
1 changed files with 2 additions and 2 deletions
|
@ -3649,7 +3649,7 @@ function get_clang_lib_dir()
|
|||
if (COMPILER_NAME_LONG.match(/clang version ([\d\.]+) \((.*)\)/)) {
|
||||
ver = RegExp.$1;
|
||||
} else {
|
||||
ERROR("Faled to determine clang lib path");
|
||||
ERROR("Failed to determine clang lib path");
|
||||
}
|
||||
|
||||
if (X64) {
|
||||
|
@ -3682,7 +3682,7 @@ function add_asan_opts(cflags_name, libs_name, ldflags_name)
|
|||
if (COMPILER_NAME_LONG.match(/clang version ([\d\.]+) \((.*)\)/)) {
|
||||
ver = RegExp.$1;
|
||||
} else {
|
||||
ERROR("Faled to determine clang lib path");
|
||||
ERROR("Failed to determine clang lib path");
|
||||
}
|
||||
|
||||
if (!!cflags_name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue