diff options
author | Štěpán Němec <stepnem@gmail.com> | 2010-11-15 14:33:24 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2010-11-15 14:33:24 +0100 |
commit | 79e52c74d6a9709c8410e445f60f76bc16503b2c (patch) | |
tree | 6dae5f19f41eed3427da337eb37073fd85453826 /common/content/bookmarks.js | |
parent | 89b41e0fd2d9092ea2a7f7c172271f23b8ac4275 (diff) | |
download | pentadactyl-79e52c74d6a9709c8410e445f60f76bc16503b2c.tar.gz |
Fix some typos.
Diffstat (limited to 'common/content/bookmarks.js')
-rw-r--r-- | common/content/bookmarks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js index 094cc351..ade0918f 100644 --- a/common/content/bookmarks.js +++ b/common/content/bookmarks.js @@ -46,7 +46,7 @@ const Bookmarks = Module("bookmarks", { * Otherwise, if a bookmark for the given URL exists it is * updated instead. * @optional - * @returns {boolean} True if the bookmark was added or update + * @returns {boolean} True if the bookmark was added or updated * successfully. */ add: function add(unfiled, title, url, keyword, tags, force) { |