Skip to content

Commit 65bccb0

Browse files
authored
Merge pull request #5277 from modocache/swift-ide-test-typo-completin
2 parents 8509a00 + c568d40 commit 65bccb0

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)