bug 840776. Fix a typo :). r=mbrubeck

This commit is contained in:
Tim Abraldes 2013-02-27 13:45:55 -08:00
parent 4a8bc89113
commit 696b7e6b2c

View File

@ -498,7 +498,7 @@ let Content = {
// This is the "Why is this site blocked" button. For malware,
// we can fetch a site-specific report, for phishing, we redirect
// to the generic page describing phishing protection.
let action = isMalware ? "report-malware" : "report-phising";
let action = isMalware ? "report-malware" : "report-phishing";
sendAsyncMessage("Browser:BlockedSite",
{ url: errorDoc.location.href, action: action });
} else if (ot == errorDoc.getElementById("ignoreWarningButton")) {