Skip to content

Commit 48b4461

Browse files
committed
Fix typo
1 parent 55fd97c commit 48b4461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/build/confutils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,7 +3649,7 @@ function get_clang_lib_dir()
36493649
if (COMPILER_NAME_LONG.match(/clang version ([\d\.]+) \((.*)\)/)) {
36503650
ver = RegExp.$1;
36513651
} else {
3652-
ERROR("Faled to determine clang lib path");
3652+
ERROR("Failed to determine clang lib path");
36533653
}
36543654

36553655
if (X64) {
@@ -3682,7 +3682,7 @@ function add_asan_opts(cflags_name, libs_name, ldflags_name)
36823682
if (COMPILER_NAME_LONG.match(/clang version ([\d\.]+) \((.*)\)/)) {
36833683
ver = RegExp.$1;
36843684
} else {
3685-
ERROR("Faled to determine clang lib path");
3685+
ERROR("Failed to determine clang lib path");
36863686
}
36873687

36883688
if (!!cflags_name) {

0 commit comments

Comments
 (0)