From 15e1d8cf49d4ba2134883b04806f3e81e603745b Mon Sep 17 00:00:00 2001 From: teramako Date: Sat, 11 Dec 2010 05:08:31 +0900 Subject: fix: typo --- panorama.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'panorama.js') diff --git a/panorama.js b/panorama.js index 9c8462d..9d7b148 100644 --- a/panorama.js +++ b/panorama.js @@ -63,7 +63,7 @@ let INFO = <> - stash stashtogroup + stashtogroup stash stashtogroup! GroupName

Stash the current tab to GroupName.

@@ -88,8 +88,8 @@ let INFO = <>
- pullgroup pull - pullgroup buffer + pulltab pull + pulltab buffer

pull a tab from the other group

@@ -568,7 +568,7 @@ let subCmds = [ * swtich to the {group} * if {count} exists, switch to relative {count} */ - new Command(["switchgruop", "swg"], "Switch Group", + new Command(["switchgroup", "swg"], "Switch Group", function (args) { if (args.count > 0) { switchToGroup("+" + args.count, true); -- cgit v1.2.3