diff options
author | Doug Kearns <dougkearns@gmail.com> | 2010-09-24 16:52:32 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2010-09-24 16:52:32 +1000 |
commit | c111b047c6d2f9d2eead478fe3323b4b40f6d633 (patch) | |
tree | a2f5cf4a8c85ae6931b41af13129dced13963a9e /common/components/protocols.js | |
parent | 0d2b1b6dfdd8e1c1da8e9d5edb193197637bb797 (diff) | |
download | pentadactyl-c111b047c6d2f9d2eead478fe3323b4b40f6d633.tar.gz |
Fix a few more comment typos.
Diffstat (limited to 'common/components/protocols.js')
-rw-r--r-- | common/components/protocols.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/components/protocols.js b/common/components/protocols.js index 03d75422..6e590716 100644 --- a/common/components/protocols.js +++ b/common/components/protocols.js @@ -178,7 +178,7 @@ AboutHandler.prototype = { getURIFlags: function (uri) Ci.nsIAboutModule.ALLOW_SCRIPT, }; -// A hack to get infermation about interfaces. +// A hack to get information about interfaces. // Doesn't belong here. function Shim() {} Shim.prototype = { |