From bb4423c14cd51ef7eb4d643db834afe7ca0fa50d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 31 Jan 2011 22:29:26 +1100 Subject: [PATCH] Fix :map -mode description. --- common/content/mappings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/mappings.js b/common/content/mappings.js index 7958dd4b..b9f116c8 100644 --- a/common/content/mappings.js +++ b/common/content/mappings.js @@ -767,7 +767,7 @@ var Mappings = Module("mappings", { literal: 0, options: [ update({}, modeFlag, { - description: "The in which to feed the keys" + description: "The mode in which to feed the keys" }) ] });