summaryrefslogtreecommitdiff
path: root/common/content/bookmarks.js
diff options
context:
space:
mode:
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
commit79e52c74d6a9709c8410e445f60f76bc16503b2c (patch)
tree6dae5f19f41eed3427da337eb37073fd85453826 /common/content/bookmarks.js
parent89b41e0fd2d9092ea2a7f7c172271f23b8ac4275 (diff)
downloadpentadactyl-79e52c74d6a9709c8410e445f60f76bc16503b2c.tar.gz
Fix some typos.
Diffstat (limited to 'common/content/bookmarks.js')
-rw-r--r--common/content/bookmarks.js2
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) {