mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
spelling: available
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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() << ", "; });
|
||||
|
||||
Reference in New Issue
Block a user