1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 19:24:14 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2007-11-09 05:15:17 +00:00
parent 8457cfdf33
commit 2b60f1a26d
3 changed files with 8 additions and 8 deletions

View File

@@ -986,7 +986,7 @@ vimperator.Mappings = function() //{{{
{
short_help: "Search forward for a pattern",
usage: ["/{pattern}[/]<CR>"],
help: "Search forward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
help: "Search forward for the first occurrence of <code class=\"argument\">{pattern}</code>.<br/>" +
"If \"\\c\" appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
"\"\\C\" forces case-sensitive matching for the whole pattern.<br/>" +
"If \"\\l\" appears in the pattern only the text of links is searched for a match as though <code class=\"option\">'linksearch'</code> is on. " +
@@ -998,7 +998,7 @@ vimperator.Mappings = function() //{{{
{
short_help: "Search backwards for a pattern",
usage: ["?{pattern}[?]<CR>"],
help: "Search backward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
help: "Search backward for the first occurrence of <code class=\"argument\">{pattern}</code>.<br/>" +
"If \"\\c\" appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
"\"\\C\" forces case-sensitive matching for the whole pattern.<br/>" +
"If \"\\l\" appears in the pattern only the text of links is searched for a match as though <code class=\"option\">'linksearch'</code> is on. " +