| Index: views/animation/bounds_animator.cc
|
| diff --git a/views/animation/bounds_animator.cc b/views/animation/bounds_animator.cc
|
| index 6c3842211e02ea721bf8ffb17461419ce4c63905..a6e1686248017cbbd7925843db262256a06e8ab6 100644
|
| --- a/views/animation/bounds_animator.cc
|
| +++ b/views/animation/bounds_animator.cc
|
| @@ -251,7 +251,7 @@ void BoundsAnimator::AnimationContainerProgressed(
|
|
|
| if (observer_ && !IsAnimating()) {
|
| // Notify here rather than from AnimationXXX to avoid deleting the animation
|
| - // while the animaion is calling us.
|
| + // while the animation is calling us.
|
| observer_->OnBoundsAnimatorDone(this);
|
| }
|
| }
|
|
|