diff options
author | teramako | 2010-08-26 15:39:12 +0000 |
---|---|---|
committer | teramako | 2010-08-26 15:39:12 +0000 |
commit | 63a0c9925e2830b4eb60977656a719d03ea90428 (patch) | |
tree | a8180d9e85befa267e7e271c4ea951fe8a16017d /twittperator | |
parent | a6e5fc70771d8696d706a2a7e655ecf6b647e8d8 (diff) | |
download | vimperator-plugins-63a0c9925e2830b4eb60977656a719d03ea90428.tar.bz2 |
fix typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38364 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator')
-rw-r--r-- | twittperator/twlist-tab.tw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator/twlist-tab.tw b/twittperator/twlist-tab.tw index 0b8d378..04a54aa 100644 --- a/twittperator/twlist-tab.tw +++ b/twittperator/twlist-tab.tw @@ -6,7 +6,7 @@ g:twittperator_plugin_twlist_tab = 1 $RUNTIMEDIR/plugin/twittperator に入れている場合は設定してください。 -g:twittprator_screen_name = "<your screen name>" +g:twittperator_screen_name = "<your screen name>" あなたのScreenName、返信された時ににMentionsタブにも入ります == ScreenShot == @@ -124,7 +124,7 @@ function add (msg, target) { } function onLoad () { - screenName = liberator.globalVariables.twittprator_screen_name || ""; + screenName = liberator.globalVariables.twittperator_screen_name || ""; if (screenName) screenNameReg = new RegExp("@" + screenName + "\\b"); |