Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index 5cf6ad4532dc1a9c8ca0fdd30c0913b82f212f3f..8a6d80c8b2dc2dfb20ae8b0a9d1a5822bf931956 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -3480,7 +3480,7 @@ void WebViewImpl::copyImageAt(const WebPoint& point) |
// There isn't actually an image at these coordinates. Might be because |
// the window scrolled while the context menu was open or because the page |
// changed itself between when we thought there was an image here and when |
- // we actually tried to retreive the image. |
+ // we actually tried to retrieve the image. |
// |
// FIXME: implement a cache of the most recent HitTestResult to avoid having |
// to do two hit tests. |