зеркало из https://github.com/mozilla/pjs.git
Fix mis-spellings of "receive" to kick builds on a CLOSED TREE.
This commit is contained in:
Родитель
f5c09e7aff
Коммит
e27d28d047
|
@ -96,7 +96,7 @@
|
|||
unregisterA11yEventListener(nsIAccessibleEvent.EVENT_FOCUS, this);
|
||||
|
||||
ok(aFocusMgr.mIsFocusHandled,
|
||||
"Focus wasn't recieved for element with ID " + aFocusMgr.mName + ".");
|
||||
"Focus wasn't received for element with ID " + aFocusMgr.mName + ".");
|
||||
|
||||
var states = {}, extraStates = {};
|
||||
aFocusMgr.mAcc.getState(states, extraStates);
|
||||
|
|
|
@ -64,7 +64,7 @@ interface nsICMSSecureMessage : nsISupports
|
|||
string sendMessage(in string msg, in string cert);
|
||||
|
||||
/**
|
||||
* receiveMessage - recieve an encrypted (enveloped) message
|
||||
* receiveMessage - receive an encrypted (enveloped) message
|
||||
*/
|
||||
string receiveMessage(in string msg);
|
||||
};
|
||||
|
|
|
@ -714,7 +714,7 @@ interface nsINavHistoryObserver : nsISupports
|
|||
void onPageChanged(in nsIURI aURI, in unsigned long aWhat, in AString aValue);
|
||||
|
||||
/**
|
||||
* Called when a history entry expires. You will recieve notifications that
|
||||
* Called when a history entry expires. You will receive notifications that
|
||||
* a specific visit has expired with the time of that visit. When the last
|
||||
* visit for a history entry expires, the history entry itself is deleted
|
||||
* and aWholeEntry is set. (If your observer only cares about URLs and not
|
||||
|
|
Загрузка…
Ссылка в новой задаче