From 98a82a559cf51518316fd114ea9151287d910307 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Wed, 8 Sep 1999 19:54:40 +0000 Subject: [PATCH] fix typo git-svn-id: svn://10.0.0.236/trunk@46385 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/dialogs/content/EdDialogCommon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/ui/dialogs/content/EdDialogCommon.js b/mozilla/editor/ui/dialogs/content/EdDialogCommon.js index bf7940fca12..b0827401356 100644 --- a/mozilla/editor/ui/dialogs/content/EdDialogCommon.js +++ b/mozilla/editor/ui/dialogs/content/EdDialogCommon.js @@ -314,7 +314,7 @@ function SetClassEnabledByID( elementID, doEnable ) } else { - dump( "not changing element "+elementlID+"\n" ); + dump( "not changing element "+elementID+"\n" ); } }