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 fb1f13bd6e9cc92d9e56bd3ae3b95706f67b7d57..bbe360639db421577a66e0024ea3c6b3377bb9d5 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); |