From abf3b691d00257d0fb1bf0e643c6594242b07066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Sun, 17 Oct 2010 03:06:48 +0200 Subject: [PATCH] "impliment" -> "implement" --- common/content/dactyl.js | 2 +- common/modules/base.jsm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 53bdaef1..d1640dcd 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1417,7 +1417,7 @@ const Dactyl = Module("dactyl", { }); }, getInstallForURL: function (url, callback, mimetype) { - dactyl.assert(false, "Install by URL not implimented"); + dactyl.assert(false, "Install by URL not implemented"); }, }; diff --git a/common/modules/base.jsm b/common/modules/base.jsm index 404872cf..8e3c859e 100644 --- a/common/modules/base.jsm +++ b/common/modules/base.jsm @@ -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 * implements.