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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user