Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: samples-dev/swarm/swarm_ui_lib/touch/Scrollbar.dart

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/thread_test.cc ('k') | samples-dev/swarm/swarm_ui_lib/view/view.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples-dev/swarm/swarm_ui_lib/touch/Scrollbar.dart
diff --git a/samples-dev/swarm/swarm_ui_lib/touch/Scrollbar.dart b/samples-dev/swarm/swarm_ui_lib/touch/Scrollbar.dart
index 3f458392a761450fcd3f98c7eb3eec0b98f9548f..122b225c477513595e8dc40a5de1576e3c5e5867 100644
--- a/samples-dev/swarm/swarm_ui_lib/touch/Scrollbar.dart
+++ b/samples-dev/swarm/swarm_ui_lib/touch/Scrollbar.dart
@@ -131,7 +131,7 @@ class Scrollbar implements ScrollListener {
_frame.onMouseOver.listen((Event e) {
final activeElement = document.activeElement;
// TODO(jacobr): don't steal focus from a child element or a truly
- // focusable element. Only support stealing focus ffrom another
+ // focusable element. Only support stealing focus from another
// element that was given fake focus.
if (activeElement is BodyElement ||
(!_frame.contains(activeElement) && activeElement is DivElement)) {
@@ -148,7 +148,7 @@ class Scrollbar implements ScrollListener {
_hovering = false;
// Start hiding immediately if we aren't
// scrolling or already in the process of
- // hidng the scrollbar
+ // hiding the scrollbar
if (!_scrollInProgress && _timer == null) {
_boundHideFn();
}
« no previous file with comments | « runtime/vm/thread_test.cc ('k') | samples-dev/swarm/swarm_ui_lib/view/view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698