1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 15:35:49 +01:00

Fix some anglicised spellings and other typos.

This commit is contained in:
Kris Maglione
2010-11-13 10:55:05 -05:00
parent 9148d00ede
commit 152f8523af
6 changed files with 20 additions and 22 deletions

View File

@@ -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) {