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;