From 79d93d62cfd4d291248e180412bb082959eb0a77 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Tue, 12 Nov 2002 02:24:07 +0000 Subject: [PATCH] Fix a typo. git-svn-id: svn://10.0.0.236/trunk@133615 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/downloads/content/downloadPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;