Index: third_party/WebKit/Source/web/RotationViewportAnchor.cpp |
diff --git a/third_party/WebKit/Source/web/RotationViewportAnchor.cpp b/third_party/WebKit/Source/web/RotationViewportAnchor.cpp |
index 5b9bda8bef9dbbb211f4681bada32efa2936dfdb..746778ea4e64b040b99e3c230cf94846afcb23b5 100644 |
--- a/third_party/WebKit/Source/web/RotationViewportAnchor.cpp |
+++ b/third_party/WebKit/Source/web/RotationViewportAnchor.cpp |
@@ -67,7 +67,7 @@ void moveIntoRect(FloatRect& inner, const IntRect& outer) |
// Adjust maximumPosition to the nearest lower integer because |
// VisualViewport::maximumScrollPosition() does the same. |
- // The value of minumumPosition is already adjusted since it is |
+ // The value of minimumPosition is already adjusted since it is |
// constructed from an integer point. |
maximumPosition = flooredIntPoint(maximumPosition); |