| 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 a66ca85055dabbf177ddd72d1a139e919b19f3ad..bd5e4b9a3d463f56cd9d36a6f7f58afe9c6a4eef 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -3482,7 +3482,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.
|
|
|