Skip to content

Commit 36b6faa

Browse files
committed
spelling: available
Signed-off-by: Josh Soref <[email protected]>
1 parent ce183b5 commit 36b6faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-serialize-diagnostics/swift-serialize-diagnostics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ int main(int argc, char *argv[]) {
8686
// Print out the diagnostics IDs that are available in YAML but not available
8787
// in `.def`
8888
if (!yaml.unknownIDs.empty()) {
89-
llvm::errs() << "These diagnostic IDs are no longer availiable: '";
89+
llvm::errs() << "These diagnostic IDs are no longer available: '";
9090
llvm::interleave(
9191
yaml.unknownIDs, [&](std::string id) { llvm::errs() << id; },
9292
[&] { llvm::errs() << ", "; });

0 commit comments

Comments
 (0)