From e27d28d04770f953d3b2674a57f891969bc95921 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Mon, 18 May 2009 09:48:36 -0400 Subject: [PATCH] Fix mis-spellings of "receive" to kick builds on a CLOSED TREE. --- accessible/tests/mochitest/test_nsIAccessible_focus.html | 2 +- security/manager/ssl/public/nsICMSSecureMessage.idl | 2 +- toolkit/components/places/public/nsINavHistoryService.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/accessible/tests/mochitest/test_nsIAccessible_focus.html b/accessible/tests/mochitest/test_nsIAccessible_focus.html index 4d280aa38c8..92070fef10b 100644 --- a/accessible/tests/mochitest/test_nsIAccessible_focus.html +++ b/accessible/tests/mochitest/test_nsIAccessible_focus.html @@ -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); diff --git a/security/manager/ssl/public/nsICMSSecureMessage.idl b/security/manager/ssl/public/nsICMSSecureMessage.idl index 71615f8f774..10f86f343fc 100644 --- a/security/manager/ssl/public/nsICMSSecureMessage.idl +++ b/security/manager/ssl/public/nsICMSSecureMessage.idl @@ -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); }; diff --git a/toolkit/components/places/public/nsINavHistoryService.idl b/toolkit/components/places/public/nsINavHistoryService.idl index 2836c940a80..22bee922cf9 100644 --- a/toolkit/components/places/public/nsINavHistoryService.idl +++ b/toolkit/components/places/public/nsINavHistoryService.idl @@ -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