Bug 106386 Correct misspellings in source code

patch by mats.palmgren@bredband.net r=dbaron sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@185018 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2005-11-20 22:05:24 +00:00
parent dc0b23fce2
commit a05383ef1b
90 changed files with 222 additions and 222 deletions

View File

@@ -105,8 +105,8 @@
#include "nsIDOMCharacterData.h" //for selection setting helper func
#include "nsIDOMNodeList.h" //for selection setting helper func
#include "nsIDOMRange.h" //for selection setting helper func
#include "nsIScriptGlobalObject.h" //needed for notify selection changed to update the menus ect.
#include "nsIDOMWindowInternal.h" //needed for notify selection changed to update the menus ect.
#include "nsIScriptGlobalObject.h" //needed for notify selection changed to update the menus etc.
#include "nsIDOMWindowInternal.h" //needed for notify selection changed to update the menus etc.
#include "nsITextContent.h" //needed to create initial text control content
#ifdef ACCESSIBILITY
#include "nsIAccessibilityService.h"
@@ -2012,7 +2012,7 @@ nsTextControlFrame::CreateAnonymousContent(nsPresContext* aPresContext,
if (mSelCon)
{
//do not turn caret enabled off at this time. the caret will behave
//dependant on the focused frame it is in. disabling it here has
//dependent on the focused frame it is in. disabling it here has
//an adverse affect on the browser in caret display mode or the editor
//when a readonly/disabled text form is in the page. bug 141888
//mSelCon->SetCaretEnabled(PR_FALSE);