From 922b70dda687211c5f8a50fac18fb36bc70e1b8e Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 17 Aug 2021 18:52:05 -0700 Subject: [PATCH] Typo fixes (#88379) --- packages/flutter/lib/src/widgets/scroll_position.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/scroll_position.dart b/packages/flutter/lib/src/widgets/scroll_position.dart index 60e78b3a0ae..ef5b96bb016 100644 --- a/packages/flutter/lib/src/widgets/scroll_position.dart +++ b/packages/flutter/lib/src/widgets/scroll_position.dart @@ -509,7 +509,7 @@ abstract class ScrollPosition extends ViewportOffset with ScrollMetrics { bool _pendingDimensions = false; ScrollMetrics? _lastMetrics; - // True indicates that there is an ScrollMetrics update notificaton pending. + // True indicates that there is a ScrollMetrics update notification pending. bool _haveScheduledUpdateNotification = false; Axis? _lastAxis;