1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:52:27 +01:00

Normalise regex -> regexp.

This is what JS uses and using both is confusing.
This commit is contained in:
Doug Kearns
2010-10-22 12:03:03 +11:00
parent 5a42002243
commit 4f14857d66
14 changed files with 92 additions and 92 deletions

View File

@@ -761,7 +761,7 @@ lookup:
options.add(["wildignore", "wig"],
"List of file patterns to ignore when completing files",
"regexlist", "");
"regexplist", "");
}
});