1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 12:51:26 +02:00

Fix a typo from revision 8844fd390b8c.

Courtesy Daniel Danner.

Closes issue #888.
This commit is contained in:
Štěpán Němec
2012-07-09 19:48:15 +02:00
parent 1ea6bd8911
commit 35e86115f0
+1 -1
View File
@@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", {
options.add(["previouspattern"],
"Patterns to use when guessing the previous page in a document sequence",
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)?\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
{ regexpFlags: "i" });
options.add(["pageinfo", "pa"],