1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-26 23:23:30 +01:00

Fix some help file typos.

This commit is contained in:
Doug Kearns
2010-09-21 23:40:37 +10:00
parent ad3f56927c
commit e818d4f88d
5 changed files with 9 additions and 9 deletions

View File

@@ -117,10 +117,10 @@
<description>
<p>
Read Ex commands, JavaScript, or CSS from <a>file</a>. Files are
interperated based on their extensions. Files when end in
interpreted based on their extensions. Files when end in
<em>.js</em> are executed as JavaScript, while those ending in
<em>.css</em> are loaded as Cascading Stylesheets, and anything
else is interperated as Ex commands. In normal cases, any errors
else is interpreted as Ex commands. In normal cases, any errors
generated by the execution or non-existence of <a>file</a> are
printed to the <t>command-line</t> area. When <oa>!</oa> is
provided, these are suppressed.