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
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
&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,
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
- 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