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

Typo fixes.

--HG--
extra : rebase_source : ae1f5592e46693439e561f82fdf14b33885071e6
This commit is contained in:
Doug Kearns
2010-10-20 00:26:54 +11:00
parent f69258ebe7
commit 0c797196c4
4 changed files with 4 additions and 4 deletions

View File

@@ -749,7 +749,7 @@ const Editor = Module("editor", {
{ arg: true, count: true });
mappings.add([modes.TEXT_EDIT, modes.VISUAL],
["F"], "Move to a charater on the current line before the cursor",
["F"], "Move to a character on the current line before the cursor",
function (count, arg) {
let pos = editor.findCharBackward(arg, count);
if (pos >= 0)