1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 19:24:12 +01:00

Fix :map -description spelling.

--HG--
extra : rebase_source : 105e6d962dfa20e96c1e942e2f1901c78e407be4
This commit is contained in:
Doug Kearns
2010-09-23 02:34:47 +10:00
parent 97d5170ec5
commit 91b4b11c22

View File

@@ -462,9 +462,9 @@ const Mappings = Module("mappings", {
description: "Execute this mapping as if there were no user-defined mappings"
},
{
names: ["-descripion", "-d"],
names: ["-description", "-d"],
type: CommandOption.STRING,
description: "A discription of this mapping"
description: "A description of this mapping"
},
{
names: ["-ex", "-e"],