From cfde2c5aa7daf174af32461274cbac426cc03234 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 6 Jan 2010 10:42:21 +0000 Subject: Fix typos git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36351 d0d07461-0603-4401-acd4-de1884942a52 --- zip-de-download.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zip-de-download.js') diff --git a/zip-de-download.js b/zip-de-download.js index 61a23a9..6ddb4be 100644 --- a/zip-de-download.js +++ b/zip-de-download.js @@ -1,5 +1,5 @@ let INFO = - @@ -22,7 +22,7 @@ let INFO =

:zipd :zipdownload - :zipdownload -list dawonloadPath + :zipdownload -list downloadPath

downloadPathへZIPでアーカイブする。 @@ -227,7 +227,7 @@ let SITE_INFO = [ } info = infoBuf; } - liberator.assert(info.xpath, "not registered in SITE_IFO"); + liberator.assert(info.xpath, "not registered in SITE_INFO"); let urls = this.getURLs(info); let title = fixFilename(liberator.modules.buffer.title); -- cgit v1.2.3