1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 08:07:59 +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

@@ -1277,7 +1277,7 @@ const Commands = Module("commands", {
},
options: [
{ names: ["-bang", "-b"], description: "Command may be proceeded by a !" },
{ names: ["-count", "-c"], description: "Command may be preceeded by a count" },
{ names: ["-count", "-c"], description: "Command may be proceeded by a count" },
{
// TODO: "E180: invalid complete value: " + arg
names: ["-complete", "-C"],