mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:37:58 +01:00
"impliment" -> "implement"
This commit is contained in:
@@ -1417,7 +1417,7 @@ const Dactyl = Module("dactyl", {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
getInstallForURL: function (url, callback, mimetype) {
|
getInstallForURL: function (url, callback, mimetype) {
|
||||||
dactyl.assert(false, "Install by URL not implimented");
|
dactyl.assert(false, "Install by URL not implemented");
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -819,7 +819,7 @@ memoize(Class.prototype, "closure", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A base class generator for classes which impliment XPCOM interfaces.
|
* A base class generator for classes which implement XPCOM interfaces.
|
||||||
*
|
*
|
||||||
* @param {nsIIID|[nsIJSIID]} interfaces The interfaces which the class
|
* @param {nsIIID|[nsIJSIID]} interfaces The interfaces which the class
|
||||||
* implements.
|
* implements.
|
||||||
|
|||||||
Reference in New Issue
Block a user