From be43ba609b4fd26e18c22e3f0827b015ba5e7562 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:22:09 +0000 Subject: [PATCH] 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 Commit-Queue: Michael Thomsen Reviewed-by: Srujan Gaddam --- sdk/lib/html/dart2js/html_dart2js.dart | 5 +---- sdk/lib/svg/dart2js/svg_dart2js.dart | 2 -- tools/dom/src/KeyName.dart | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart index d38b692fbb6..2613c182cc5 100644 --- a/sdk/lib/html/dart2js/html_dart2js.dart +++ b/sdk/lib/html/dart2js/html_dart2js.dart @@ -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"; diff --git a/sdk/lib/svg/dart2js/svg_dart2js.dart b/sdk/lib/svg/dart2js/svg_dart2js.dart index 5efb6bb040e..1aa67ba1c3d 100644 --- a/sdk/lib/svg/dart2js/svg_dart2js.dart +++ b/sdk/lib/svg/dart2js/svg_dart2js.dart @@ -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 - } diff --git a/tools/dom/src/KeyName.dart b/tools/dom/src/KeyName.dart index 094d57ebb0d..f63b433495c 100644 --- a/tools/dom/src/KeyName.dart +++ b/tools/dom/src/KeyName.dart @@ -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";