mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 02:27:58 +01:00
fix trivial help text typos
This commit is contained in:
@@ -280,7 +280,7 @@ function Bookmarks() //{{{
|
||||
title = title.substring(1,title.length-1);
|
||||
res.title = title;
|
||||
}
|
||||
else /* at last check for an url */
|
||||
else /* at last check for a URL */
|
||||
{
|
||||
match_url = str.match(re_url);
|
||||
if (match_url != null)
|
||||
|
||||
Reference in New Issue
Block a user