We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8942f8 commit 619eb93Copy full SHA for 619eb93
tools/code_cache/cache_builder.cc
@@ -136,7 +136,7 @@ std::string CodeCacheBuilder::Generate(Local<Context> context) {
136
loader->GetCodeCache(id.c_str());
137
if (cached_data == nullptr) {
138
// TODO(joyeecheung): display syntax errors
139
- std::cerr << "Failed to complile " << id << "\n";
+ std::cerr << "Failed to compile " << id << "\n";
140
} else {
141
data.emplace(id, cached_data);
142
}
0 commit comments