Fix spelling of uncommited since we remain committed to builds, even with a CLOSED TREE

This commit is contained in:
Phil Ringnalda 2009-01-11 15:51:40 -08:00
parent a6a827f443
commit 073fac9869
2 changed files with 2 additions and 2 deletions

View File

@ -1158,7 +1158,7 @@ class nsIWidget : public nsISupports {
virtual nsresult ForceUpdateNativeMenuAt(const nsAString& indexString) = 0;
/*
* Force Input Method Editor to commit the uncommited input
* Force Input Method Editor to commit the uncommitted input
*/
NS_IMETHOD ResetInputState()=0;

View File

@ -2180,7 +2180,7 @@ NS_IMETHODIMP nsChildView::GetAttention(PRInt32 aCycleCount)
#pragma mark -
// Force Input Method Editor to commit the uncommited input
// Force Input Method Editor to commit the uncommitted input
// Note that this and other IME methods don't necessarily
// get called on the same ChildView that input is going through.
NS_IMETHODIMP nsChildView::ResetInputState()