chore: fix typos in 'shell/' folder. (#43373)

This commit is contained in:
Alexander Cyon
2024-08-23 02:48:32 +02:00
committed by GitHub
parent 1aeca6fd0e
commit ca0837c852
12 changed files with 36 additions and 36 deletions

View File

@@ -519,7 +519,7 @@ api::scripting::RegisteredContentScript CreateRegisteredContentScriptInfo(
converted.reserve(sources.size());
for (auto& source : sources) {
CHECK(source.file)
<< "Content scripts don't allow arbtirary code strings";
<< "Content scripts don't allow arbitrary code strings";
converted.push_back(std::move(*source.file));
}
return converted;