Skip to content

Commit 4bd13aa

Browse files
committed
Correcting Writing Errors
1 parent e279174 commit 4bd13aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/config/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ impl Config {
21052105
self.channel == "dev" && llvm::is_ci_llvm_available(&self, asserts)
21062106
},
21072107
Some(StringOrBool::Bool(b)) => b,
2108-
Some(StringOrBool::String(s)) if s == "if-avaliable" => {
2108+
Some(StringOrBool::String(s)) if s == "if-available" => {
21092109
llvm::is_ci_llvm_available(&self, asserts)
21102110
},
21112111
Some(StringOrBool::String(s)) if s == "if-unchanged" => {

0 commit comments

Comments
 (0)