diff options
-rw-r--r-- | youtubeamp.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtubeamp.js b/youtubeamp.js index 7b269ea..f033df6 100644 --- a/youtubeamp.js +++ b/youtubeamp.js @@ -6,7 +6,7 @@ * @author janus_wel <janus_wel@fb3.so-net.ne.jp> * @version 0.12 * @minversion 2.0pre 2008/10/16 - * ==VimperatorPlugin== + * ==/VimperatorPlugin== * * LICENSE * New BSD License @@ -287,7 +287,7 @@ liberator.modules.commands.addUserCommand( liberator.modules.commands.addUserCommand( ['ytseek'], - 'control seek bar', + 'controll seek bar', function(args, special) { try { var arg = (args.arguments.length > 1) @@ -304,7 +304,7 @@ liberator.modules.commands.addUserCommand( liberator.modules.commands.addUserCommand( ['ytvolume'], - 'control volume', + 'controll volume', function(args, special) { try { var arg = (args.arguments.length > 1) |