diff options
author | mattn | 2010-01-21 14:51:49 +0000 |
---|---|---|
committer | mattn | 2010-01-21 14:51:49 +0000 |
commit | 5ddf5b8dc493a44a4957c2489d18141cdfe72676 (patch) | |
tree | 4edf0a4d665a3e135c628def8a25926fb2a1339f /direct_bookmark.js | |
parent | 53a2b4097b973917b1e67598ad27e8d1a4140573 (diff) | |
download | vimperator-plugins-5ddf5b8dc493a44a4957c2489d18141cdfe72676.tar.bz2 |
typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36500 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'direct_bookmark.js')
-rw-r--r-- | direct_bookmark.js | 14 |
1 files changed, 7 insertions, 7 deletions
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 =
<VimperatorPlugin>
<name>{NAME}</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)
|