summaryrefslogtreecommitdiff
path: root/common/locale/en-US/repeat.xml
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2010-09-21 23:40:37 +1000
committerDoug Kearns <dougkearns@gmail.com>2010-09-21 23:40:37 +1000
commite818d4f88d52f88c166b2e4931815268b70a4022 (patch)
treee066a5bf01f026ddd544e704bf1af9e71cf0352a /common/locale/en-US/repeat.xml
parentad3f56927c036003668f258c20d7c5bdad16f75d (diff)
downloadpentadactyl-e818d4f88d52f88c166b2e4931815268b70a4022.tar.gz
Fix some help file typos.
Diffstat (limited to 'common/locale/en-US/repeat.xml')
-rw-r--r--common/locale/en-US/repeat.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml
index fab260b7..48681492 100644
--- a/common/locale/en-US/repeat.xml
+++ b/common/locale/en-US/repeat.xml
@@ -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.