Skip to content

Commit c568d40

Browse files
committed
[swift-ide-test] Fix typo: s/completin/completion/
1 parent c2bc72d commit c568d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-ide-test/swift-ide-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ int main(int argc, char *argv[]) {
27192719

27202720
if (options::Action == ActionType::DumpCompletionCache) {
27212721
if (options::InputFilenames.empty()) {
2722-
llvm::errs() << "-dump-completin-cache requires an input file\n";
2722+
llvm::errs() << "-dump-completion-cache requires an input file\n";
27232723
return 1;
27242724
}
27252725

0 commit comments

Comments
 (0)