1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:14:13 +01:00

Typo fixes.

This commit is contained in:
Doug Kearns
2010-10-23 23:14:08 +11:00
parent 1e941af1a6
commit c89df81725
9 changed files with 9 additions and 9 deletions

View File

@@ -191,7 +191,7 @@ const AutoCommands = Module("autocommands", {
options: [
{
names: ["-javascript", "-js"],
description: "Interperate the action as JavaScript code rather than an ex command"
description: "Interpret the action as JavaScript code rather than an Ex command"
}
]
});