1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 01:14:10 +01:00

Typo fixes.

This commit is contained in:
Doug Kearns
2010-10-23 23:14:08 +11:00
parent 1e941af1a6
commit c89df81725
9 changed files with 9 additions and 9 deletions

View File

@@ -542,7 +542,7 @@ const Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
* Returns true if *host* is a subdomain of *domain*.
*
* @param {string} host The host to check.
* @param {string} domain The base domain to check the host agains.
* @param {string} domain The base domain to check the host against.
* @returns {boolean}
*/
isSubdomain: function isSubdomain(host, domain) {