diff --git a/common/content/hints.js b/common/content/hints.js
index 079cdadf..e89f334d 100644
--- a/common/content/hints.js
+++ b/common/content/hints.js
@@ -1189,7 +1189,7 @@ var Hints = Module("hints", {
"XPath or CSS selector strings of hintable elements for extended hint modes",
"regexpmap", {
"[iI]": "img",
- "[asOTivVWy]": ["a[href]", "area[href]", "img[src]", "iframe[src]"],
+ "[asOTvVWy]": ["a[href]", "area[href]", "img[src]", "iframe[src]"],
"[f]": "body",
"[F]": ["body", "code", "div", "html", "p", "pre", "span"],
"[S]": ["input:not([type=hidden])", "textarea", "button", "select"]
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml
index b42950c5..b130321c 100644
--- a/common/locale/en-US/options.xml
+++ b/common/locale/en-US/options.xml
@@ -635,7 +635,7 @@
'extendedhinttags' 'eht'
&option.extendedhinttags.type;
- [asOTivVWy]:a[href],area[href],img[src],iframe[src],
+ [asOTvVWy]:a[href],area[href],img[src],iframe[src],
[f]:body,
[F]:body,code,div,html,p,pre,span,
[iI]:img,