1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 21:24:11 +01:00

"impliment" -> "implement"

This commit is contained in:
Štěpán Němec
2010-10-17 03:06:48 +02:00
parent 89950aa226
commit abf3b691d0
2 changed files with 2 additions and 2 deletions

View File

@@ -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.