diff --git a/mozilla/browser/components/downloads/content/downloadPanel.js b/mozilla/browser/components/downloads/content/downloadPanel.js index 80a07d365ff..c5244803857 100644 --- a/mozilla/browser/components/downloads/content/downloadPanel.js +++ b/mozilla/browser/components/downloads/content/downloadPanel.js @@ -242,7 +242,7 @@ function buildContextMenu() var launchSep = document.getElementById("menuseparator_launch"); var removeItem = document.getElementById("menuitem_remove"); var showItem = document.getElementById("menuitem_show"); - var propsItem = document.getElementByid("menuitem_properties"); + var propsItem = document.getElementById("menuitem_properties"); var propsSep = document.getElementById("menuseparator_properties"); showItem.hidden = selectionCount != 1; launchItem.hidden = selectionCount != 1;