From 5ddf5b8dc493a44a4957c2489d18141cdfe72676 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 21 Jan 2010 14:51:49 +0000 Subject: typo git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36500 d0d07461-0603-4401-acd4-de1884942a52 --- direct_bookmark.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'direct_bookmark.js') diff --git a/direct_bookmark.js b/direct_bookmark.js index 0fce866..7ebbd71 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -1,4 +1,4 @@ -// Last Change: 20-Jan-2010. Jan 2008 +// Last Change: 21-Jan-2010. Jan 2008 var PLUGIN_INFO = {NAME} @@ -375,7 +375,7 @@ for Migemo search: require XUL/Migemo Extension "Content-Type": "application/atom+xml", }, }).next(function(xhr){ - if(xhr.status != 201) throw "Hatena Bookmark: faild"; + if(xhr.status != 201) throw "Hatena Bookmark: failed"; }); }, tags:function(user,password){ @@ -414,7 +414,7 @@ for Migemo search: require XUL/Migemo Extension user: user, password: password, }).next(function(xhr){ - if(xhr.status != 200) throw "del.icio.us: faild"; + if(xhr.status != 200) throw "del.icio.us: failed"; }); }, tags:function(user,password){ @@ -467,7 +467,7 @@ for Migemo search: require XUL/Migemo Extension user: user, password: password, }).next(function(xhr){ - if(xhr.status != 200) throw "livedoor clip: faild"; + if(xhr.status != 200) throw "livedoor clip: failed"; }); }, tags:function(user,password){ @@ -507,7 +507,7 @@ for Migemo search: require XUL/Migemo Extension "User-Agent": navigator.userAgent + " GoogleToolbarFF 3.0.20070525", }, }).next(function(xhr){ - if(xhr.status != 200) throw "Google Bookmarks: faild"; + if(xhr.status != 200) throw "Google Bookmarks: failed"; }); }, tags:function(user,password) [], @@ -527,7 +527,7 @@ for Migemo search: require XUL/Migemo Extension user: user, password: password, }).next(function(xhr){ - if(xhr.status != 200) throw "foves: faild"; + if(xhr.status != 200) throw "foves: failed"; }); }, tags:function(user,password){ @@ -556,7 +556,7 @@ for Migemo search: require XUL/Migemo Extension try{ Application.bookmarks.tags.addBookmark(title, nsUrl); }catch(e){ - throw "Places: faild"; + throw "Places: failed"; } }, tags:function(user,password) -- cgit v1.2.3