diff options
author | anekos | 2010-04-12 13:58:54 +0000 |
---|---|---|
committer | anekos | 2010-04-12 13:58:54 +0000 |
commit | 34d585bccd9aa1403b5aa2e774fdf664c6482467 (patch) | |
tree | ad0ec21232a57ae44a723af9e6b8e5c09c0df8a9 /pluginManager.js | |
parent | 60bf92d8672234f8dc05b6b287b222fc5bbce385 (diff) | |
download | vimperator-plugins-34d585bccd9aa1403b5aa2e774fdf664c6482467.tar.bz2 |
Fix some typos
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37199 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'pluginManager.js')
-rw-r--r-- | pluginManager.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pluginManager.js b/pluginManager.js index b7e07cc..c50bb16 100644 --- a/pluginManager.js +++ b/pluginManager.js @@ -4,9 +4,9 @@ var PLUGIN_INFO = <description>Manage Vimperator Plugins</description> <description lang="ja">Vimpeatorプラグインの管理</description> <author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author> -<version>0.6.4</version> +<version>0.6.5</version> <minVersion>2.3pre</minVersion> -<maxVersion>2.3pre</maxVersion> +<maxVersion>2.3</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/pluginManager.js</updateURL> <detail lang="ja"><![CDATA[ これはVimperatorプラグインの詳細情報orヘルプを表示するためのプラグインです。 @@ -347,8 +347,8 @@ Plugin.prototype = { // {{{ try { io.writeFile(file, source); } catch (e){ - liberaotr.log('Could not write to ' + file.path + ': ' + e.message); - return 'E190: Cannot open ' + filename.quote() + ' for writing'; + liberator.log('Could not write to ' + file.path + ': ' + e.message); + return 'E190: Cannot open ' + file.path.quote() + ' for writing'; } try { |