Fixing typo in comment.

This commit is contained in:
jst@mozilla.jstenback.com 2007-08-21 22:00:03 -07:00
parent cce51b7735
commit 850db1a6a6

View File

@ -1667,7 +1667,7 @@
secMan.checkLoadURIStr(sourceURI, aUrl,
nsIScriptSecurityManager.STANDARD);
} catch (e) {
// Stop even propagation right here.
// Stop event propagation right here.
aEvent.stopPropagation();
throw "Drop of " + aUrl + " denied.";