Bug 1451215: Run codespell on code. r=aswan

MozReview-Commit-ID: HIilZTKcQUY
This commit is contained in:
Kris Maglione
2018-04-03 22:22:07 -07:00
parent 3387813335
commit 4c402a31f9
47 changed files with 77 additions and 77 deletions

View File

@@ -346,7 +346,7 @@ ExtensionManager = {
policy.debugName = `${JSON.stringify(policy.name)} (ID: ${policy.id}, ${policy.getURL()})`;
// Register any existent dinamically registered content script for the extension
// Register any existent dynamically registered content script for the extension
// when a content process is started for the first time (which also cover
// a content process that crashed and it has been recreated).
const registeredContentScripts = this.registeredContentScripts.get(policy);