aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2009-11-25 09:49:14 +0000
committeranekos2009-11-25 09:49:14 +0000
commit8c35c9ad5486d43e007126676b7c84d305c59827 (patch)
tree12b1da108d5233d0da50dcb4447e95d2c922af73
parenta7ab8195ae3173cb67021359c11e552fc4d07b29 (diff)
downloadvimperator-plugins-8c35c9ad5486d43e007126676b7c84d305c59827.tar.bz2
Fix a typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35991 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x_libly.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/_libly.js b/_libly.js
index f5cc789..bdd3aa6 100755
--- a/_libly.js
+++ b/_libly.js
@@ -12,7 +12,7 @@ var PLUGIN_INFO =
<description lang="ja">適当なライブラリっぽいものたち。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
<license>MIT</license>
- <version>0.1.25</version>
+ <version>0.1.26</version>
<minVersion>2.3pre</minVersion>
<maxVersion>2.3pre</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/_libly.js</updateURL>
@@ -650,7 +650,7 @@ libly.Wedata.prototype = {
req.addEventListener('onSuccess', libly.$U.bind(this, function(res) {
var text = res.responseText;
if (!text) {
- errDispatcher('respons is null.', cache);
+ errDispatcher('response is null.', cache);
return;
}
var json = libly.$U.evalJson(text);