From c3fe31173875bea65b40176c6ca542014b5b5b46 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 19 Aug 2007 17:56:37 +0000 Subject: [PATCH] fix typo in "T" mappings help --- chrome/content/vimperator/mappings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 74f01039..8863c97a 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -605,7 +605,7 @@ function Mappings() //{{{ addDefaultMap(new Map(vimperator.modes.NORMAL, ["T"], function() { vimperator.commandline.open(":", "tabopen " + vimperator.buffer.URL, vimperator.modes.EX); }, { - short_help: "Open one ore more URLs in a new tab, based on current location", + short_help: "Open one or more URLs in a new tab, based on current location", help: "Works like t, but preselects current URL in the :tabopen query." } ));