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" ); } }