Commit 931c0839 authored by jminta%gmail.com's avatar jminta%gmail.com
Browse files

Typo fix. (Component->Components) No bug. r=mvl

parent 699c8576
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }