mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Typo fix. (Component->Components) No bug. r=mvl
This commit is contained in:
parent
699c857615
commit
931c0839b1
@ -269,7 +269,7 @@ calTransaction.prototype = {
|
||||
QueryInterface: function (aIID) {
|
||||
if (!aIID.equals(Components.interfaces.nsISupports) &&
|
||||
!aIID.equals(Components.interfaces.nsITransaction) &&
|
||||
!aIID.equals(Component.interfaces.calIOperationListener))
|
||||
!aIID.equals(Components.interfaces.calIOperationListener))
|
||||
{
|
||||
throw Components.results.NS_ERROR_NO_INTERFACE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user