1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-10 13:15:45 +01:00

Fix some of the "typo fixes" and a few more typos.

This commit is contained in:
Štěpán Němec
2010-10-23 17:17:41 +02:00
parent 44e7b5aa55
commit 6649a81f7d
3 changed files with 5 additions and 5 deletions

View File

@@ -1276,8 +1276,8 @@ const Commands = Module("commands", {
args["-javascript"] ? completion.javascript(context) : completion.ex(context);
},
options: [
{ names: ["-bang", "-b"], description: "Command may be proceeded by a !" },
{ names: ["-count", "-c"], description: "Command may be proceeded by a count" },
{ names: ["-bang", "-b"], description: "Command may be followed by a !" },
{ names: ["-count", "-c"], description: "Command may be preceded by a count" },
{
// TODO: "E180: invalid complete value: " + arg
names: ["-complete", "-C"],