summaryrefslogtreecommitdiff
path: root/common/content/bookmarks.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-11-13 10:55:05 -0500
committerKris Maglione <maglione.k@gmail.com>2010-11-13 10:55:05 -0500
commit152f8523af312cf93535bc932f4dee94ae1d6697 (patch)
tree456e24b0967088298784ace324afcab9e9a7f701 /common/content/bookmarks.js
parent9148d00ede11c9815cd6dbc50bcab4c2fcd7fe71 (diff)
downloadpentadactyl-152f8523af312cf93535bc932f4dee94ae1d6697.tar.gz
Fix some anglicised spellings and other typos.
Diffstat (limited to 'common/content/bookmarks.js')
-rw-r--r--common/content/bookmarks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js
index 1c46405b..7d16638b 100644
--- a/common/content/bookmarks.js
+++ b/common/content/bookmarks.js
@@ -187,8 +187,8 @@ const Bookmarks = Module("bookmarks", {
// [keyword, helptext, url]
getKeywords: function getKeywords() bookmarkcache.keywords,
- // full search string including engine name as first word in @param text
- // if @param useDefSearch is true, it uses the default search engine
+ // full search string including engine name as first word in *text*
+ // if *useDefSearch* is true, it uses the default search engine
// @returns the url for the search string
// if the search also requires a postData, [url, postData] is returned
getSearchURL: function getSearchURL(text, useDefsearch) {