summaryrefslogtreecommitdiffstats
path: root/views/animation/bounds_animator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/animation/bounds_animator.cc')
-rw-r--r--views/animation/bounds_animator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/animation/bounds_animator.cc b/views/animation/bounds_animator.cc
index 6c38422..a6e1686 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);
}
}