From e818d4f88d52f88c166b2e4931815268b70a4022 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 21 Sep 2010 23:40:37 +1000 Subject: [PATCH] Fix some help file typos. --- common/locale/en-US/autocommands.xml | 4 ++-- common/locale/en-US/buffer.xml | 2 +- common/locale/en-US/map.xml | 4 ++-- common/locale/en-US/repeat.xml | 4 ++-- common/locale/en-US/various.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/locale/en-US/autocommands.xml b/common/locale/en-US/autocommands.xml index a04a1834..509d5d73 100644 --- a/common/locale/en-US/autocommands.xml +++ b/common/locale/en-US/autocommands.xml @@ -34,8 +34,8 @@ commands to be executed when events occur for pages matching the regular expression pat. If the -javascript (short name -js) - option is given, cmd is interperated as - JavaScript code. Otherwise, it is interperated as an ex + option is given, cmd is interpreted as + JavaScript code. Otherwise, it is interpreted as an ex command.

diff --git a/common/locale/en-US/buffer.xml b/common/locale/en-US/buffer.xml index 16e0a483..41663e38 100644 --- a/common/locale/en-US/buffer.xml +++ b/common/locale/en-US/buffer.xml @@ -14,7 +14,7 @@

A buffer the container that holds the given web page, including all of its history and frames. Each tab contains exactly one - buffer, and for most purposes the two terms are interchangable. + buffer, and for most purposes the two terms are interchangeable. See tabs for more.

diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 091dec56..2943bb45 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -13,7 +13,7 @@

&dactyl.appname; provides a number commands to change the - behavior of key presses. This can be mean anythong from + behavior of key presses. This can be mean anything from automatically substituting one key for another, to automatically replacing one typed word for another, to launching a dialog or running a command. @@ -279,7 +279,7 @@ should note that within angle brackets all alphabetic characters are read as lowercase. Uppercase characters can only be specified with the S- modifier. The following key - sequences are interperated as described, + sequences are interpreted as described,

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 @@

Read Ex commands, JavaScript, or CSS from file. Files are - interperated based on their extensions. Files when end in + interpreted based on their extensions. Files when end in .js are executed as JavaScript, while those ending in .css 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 file are printed to the command-line area. When ! is provided, these are suppressed. diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml index a12cbe35..2b27d965 100644 --- a/common/locale/en-US/various.xml +++ b/common/locale/en-US/various.xml @@ -75,7 +75,7 @@ :!cmd

- Run an extenral command command. Runs cmd through system() + Run an external command command. Runs cmd through system() and displays its output. Any ‘!’ in cmd is replaced with the previous external command, so long as it is not preceded by a backslash and banghist is enabled. @@ -227,7 +227,7 @@ options, and sitesettings. All other domain-specific data is cleared only along with history, when a request is made to &dactyl.host; to purge all data for - host. Included in this purge are all matchint history + host. Included in this purge are all matching history entries, cookies, closed tabs, form data, and location bar entries.