spelling: favorites

Closes https://github.com/dart-lang/sdk/pull/50806

GitOrigin-RevId: 797ea37d9d727ff9db80733e4f5ce2807ace611e
Change-Id: Iee4885232d0874ff7949b96779634943ced3ea35
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276773
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
Reviewed-by: Srujan Gaddam <srujzs@google.com>
This commit is contained in:
Josh Soref 2023-01-09 13:22:09 +00:00 committed by Commit Queue
parent 7a129d6b91
commit be43ba609b
3 changed files with 2 additions and 7 deletions

View file

@ -34537,7 +34537,6 @@ abstract class _DocumentType extends Node implements ChildNode {
}
// From ChildNode
}
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
@ -35652,7 +35651,6 @@ abstract class _WorkerLocation extends JavaScriptObject
}
// From URLUtilsReadOnly
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@ -35670,7 +35668,6 @@ abstract class _WorkerNavigator extends NavigatorConcurrentHardware
// From NavigatorID
// From NavigatorOnLine
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@ -38390,7 +38387,7 @@ abstract class _KeyName {
static const String BROWSER_BACK = "BrowserBack";
/** The Browser Favorites key */
static const String BROWSER_FAVORTIES = "BrowserFavorites";
static const String BROWSER_FAVORITES = "BrowserFavorites";
/** The Browser Forward key */
static const String BROWSER_FORWARD = "BrowserForward";

View file

@ -4102,7 +4102,6 @@ abstract class _SVGFEDropShadowElement extends SvgElement
_SVGFEDropShadowElement.created() : super.created();
// From SVGFilterPrimitiveStandardAttributes
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@ -4127,5 +4126,4 @@ abstract class _SVGMPathElement extends SvgElement implements UriReference {
_SVGMPathElement.created() : super.created();
// From SVGURIReference
}

View file

@ -41,7 +41,7 @@ abstract class _KeyName {
static const String BROWSER_BACK = "BrowserBack";
/** The Browser Favorites key */
static const String BROWSER_FAVORTIES = "BrowserFavorites";
static const String BROWSER_FAVORITES = "BrowserFavorites";
/** The Browser Forward key */
static const String BROWSER_FORWARD = "BrowserForward";