Bug 428255 please spell equals correctly (syntax typo) r=dietrich a=beltzner

This commit is contained in:
timeless@mozdev.org 2008-04-15 16:09:18 -07:00
parent e19130f2c0
commit 219c6d8ba2
2 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@ var BookmarkPropertiesPanel = {
QueryInterface: function BPP_QueryInterface(aIID) {
if (aIID.equals(Ci.nsIMicrosummaryObserver) ||
aIID.eqauls(Ci.nsISupports))
aIID.equals(Ci.nsISupports))
return this;
throw Cr.NS_ERROR_NO_INTERFACE;

View File

@ -269,7 +269,7 @@ var gEditItemOverlay = {
if (aIID.equals(Ci.nsIMicrosummaryObserver) ||
aIID.equals(Ci.nsIDOMEventListener) ||
aIID.equals(Ci.nsINavBookmarkObserver) ||
aIID.eqauls(Ci.nsISupports))
aIID.equals(Ci.nsISupports))
return this;
throw Cr.NS_ERROR_NO_INTERFACE;