Bug 1585058 - Typo in identifier causing the test to return always the same value r=tnguyen

Differential Revision: https://phabricator.services.mozilla.com/D47638

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2019-10-01 08:02:56 +00:00
parent 97377aca1d
commit d47b954bf7

View File

@ -500,7 +500,7 @@ function internalSave(
};
// Find a URI to use for determining last-downloaded-to directory
let relatedURI = aReferrerInfo ? aReferrerInfo.orginalReferrer : sourceURI;
let relatedURI = aReferrerInfo ? aReferrerInfo.originalReferrer : sourceURI;
promiseTargetFile(fpParams, aSkipPrompt, relatedURI)
.then(aDialogAccepted => {