1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:58:00 +01:00

Fix some typos. Closes issue #47.

This commit is contained in:
Štěpán Němec
2010-10-05 11:54:04 +02:00
parent e592637c08
commit b9bf655fa2
3 changed files with 3 additions and 3 deletions

View File

@@ -618,7 +618,7 @@ const JavaScript = Module("javascript", {
"isXMLName", "parseFloat", "parseInt", "undefined", "uneval" "isXMLName", "parseFloat", "parseInt", "undefined", "uneval"
].concat([k.substr(6) for (k in keys(Ci)) if (/^nsIDOM/.test(k))]) ].concat([k.substr(6) for (k in keys(Ci)) if (/^nsIDOM/.test(k))])
.concat([k.substr(3) for (k in keys(Ci)) if (/^nsI/.test(k))]) .concat([k.substr(3) for (k in keys(Ci)) if (/^nsI/.test(k))])
.concat(JavaScript.magicalnames) .concat(JavaScript.magicalNames)
.filter(function (k) k in window))), .filter(function (k) k in window))),
/** /**

View File

@@ -156,7 +156,7 @@
<tags>:unl :unlet</tags> <tags>:unl :unlet</tags>
<spec>:unl<oa>et</oa><oa>!</oa> <a>name</a></spec> <spec>:unl<oa>et</oa><oa>!</oa> <a>name</a></spec>
<description> <description>
<deprecated>All scripts which make use of <ex>:let</ex> should be <deprecated>All scripts which make use of <ex>:unlet</ex> should be
updated to use the simpler and more powerful options system updated to use the simpler and more powerful options system
instead.</deprecated> instead.</deprecated>
<p> <p>

View File

@@ -1263,7 +1263,7 @@
<type>number</type> <type>number</type>
<default>2</default> <default>2</default>
<description> <description>
<p>Controls when to the tab line is shown.</p> <p>Controls when the tab line is shown.</p>
<p>Possible values are:</p> <p>Possible values are:</p>