Spelling.

This commit is contained in:
Axel Naumann 2017-11-02 20:09:30 +01:00 committed by sftnight
parent e488ba8466
commit 3256a1dc1f

View File

@ -709,7 +709,7 @@ static void stringifyPreprocSetting(PreprocessorOptions& PPOpts,
PPOpts.addMacroDef("__CLING__CXX14");
if (CI->getDiagnostics().hasErrorOccurred()) {
cling::errs() << "Compiler error to early in initialization.\n";
cling::errs() << "Compiler error too early in initialization.\n";
return false;
}