From 8c35c9ad5486d43e007126676b7c84d305c59827 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 25 Nov 2009 09:49:14 +0000 Subject: Fix a typo git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35991 d0d07461-0603-4401-acd4-de1884942a52 --- _libly.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_libly.js') 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 = 適当なライブラリっぽいものたち。 suVene MIT - 0.1.25 + 0.1.26 2.3pre 2.3pre http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/_libly.js @@ -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); -- cgit v1.2.3