diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-11-13 10:55:05 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-11-13 10:55:05 -0500 |
commit | 152f8523af312cf93535bc932f4dee94ae1d6697 (patch) | |
tree | 456e24b0967088298784ace324afcab9e9a7f701 /common/content/bookmarks.js | |
parent | 9148d00ede11c9815cd6dbc50bcab4c2fcd7fe71 (diff) | |
download | pentadactyl-152f8523af312cf93535bc932f4dee94ae1d6697.tar.gz |
Fix some anglicised spellings and other typos.
Diffstat (limited to 'common/content/bookmarks.js')
-rw-r--r-- | common/content/bookmarks.js | 4 |
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) { |