Typo fixes (#88379)

This commit is contained in:
Michael Goderbauer 2021-08-17 18:52:05 -07:00 committed by GitHub
parent 81eb54bf78
commit 922b70dda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;