1
0
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:
Doug Kearns
2007-07-19 16:58:07 +00:00
parent 5607e0c6f6
commit f5dc793d0c
2 changed files with 4 additions and 4 deletions

View File

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