spelling: available

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-04-17 15:17:53 -04:00
parent ce183b5a38
commit 36b6faa287

View File

@@ -86,7 +86,7 @@ int main(int argc, char *argv[]) {
// Print out the diagnostics IDs that are available in YAML but not available
// in `.def`
if (!yaml.unknownIDs.empty()) {
llvm::errs() << "These diagnostic IDs are no longer availiable: '";
llvm::errs() << "These diagnostic IDs are no longer available: '";
llvm::interleave(
yaml.unknownIDs, [&](std::string id) { llvm::errs() << id; },
[&] { llvm::errs() << ", "; });