Bug 1307900 - Fix spelling mistake in browserElement_Manifestchange.js. r=jdm

MozReview-Commit-ID: 1z8N75jJXLw

--HG--
extra : rebase_source : 0d7884362358b6e6d94b75f01c6c856b7cf7741f
This commit is contained in:
Catalin Badea 2016-10-05 15:18:56 -04:00
parent 49c647af94
commit afc2be9e7b

View File

@ -42,7 +42,7 @@ function runTest() {
if (numManifestChanges == 1) {
is(e.detail.href, 'manifest.1', 'manifest.1 matches');
// We should recieve manifestchange events when the user creates new
// We should receive manifestchange events when the user creates new
// manifests
SpecialPowers.getBrowserFrameMessageManager(iframe1)
.loadFrameScript("data:,content.document.title='New title';",
@ -86,7 +86,7 @@ function runTest() {
iframe1.src = createHtml(createManifest('manifest.1'));
// We should not recieve manifest change events for either of the below iframes
// We should not receive manifest change events for either of the below iframes
iframe2.src = createHtml(createManifest('manifest.1'));
iframe3.src = createHtml(createManifest('manifest.1'));