[analyzer] Fix a typo in a warning message.
llvm-svn: 148078
This commit is contained in:
@@ -379,7 +379,7 @@ void PlistDiagnostics::FlushDiagnostics(SmallVectorImpl<std::string>
|
||||
std::string ErrMsg;
|
||||
llvm::raw_fd_ostream o(OutputFile.c_str(), ErrMsg);
|
||||
if (!ErrMsg.empty()) {
|
||||
llvm::errs() << "warning: could not creat file: " << OutputFile << '\n';
|
||||
llvm::errs() << "warning: could not create file: " << OutputFile << '\n';
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user