diff options
author | anekos | 2009-11-25 09:49:14 +0000 |
---|---|---|
committer | anekos | 2009-11-25 09:49:14 +0000 |
commit | 8c35c9ad5486d43e007126676b7c84d305c59827 (patch) | |
tree | 12b1da108d5233d0da50dcb4447e95d2c922af73 | |
parent | a7ab8195ae3173cb67021359c11e552fc4d07b29 (diff) | |
download | vimperator-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.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |