fix license comments and a misspelling. r/sr=sparky the wonder dog

This commit is contained in:
Josh Aas 2008-07-21 09:26:34 -04:00
parent d98b8e5209
commit ce90fb3c24
2 changed files with 3 additions and 3 deletions

View File

@ -5698,7 +5698,7 @@ static BOOL keyUpAlreadySentKeyDown = NO;
dragSession->SetCanDrop(PR_FALSE);
}
else if (aMessage == NS_DRAGDROP_DROP) {
// We make the assuption that the dragOver handlers have correctly set
// We make the assumption that the dragOver handlers have correctly set
// the |canDrop| property of the Drag Session.
PRBool canDrop = PR_FALSE;
if (!NS_SUCCEEDED(dragSession->GetCanDrop(&canDrop)) || !canDrop)

View File

@ -13,11 +13,11 @@
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is Findbar Test code
- The Original Code is Native Menus Test code
-
- The Initial Developer of the Original Code is
- Mozilla Corporation.
- Portions created by the Initial Developer are Copyright (C) 2006
- Portions created by the Initial Developer are Copyright (C) 2008
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):