Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: third_party/WebKit/Source/web/RotationViewportAnchor.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL Description change, Typo patch apply to upstream master. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextBoundaries.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698