Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index ed2d69879937c8f884fc67ae7a076421b7642425..6c7ecca800880f5238547c37dc73c63d18dcd4de 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -654,7 +654,7 @@ class CONTENT_EXPORT RenderFrameImpl |
virtual scoped_ptr<MediaStreamRendererFactory> CreateRendererFactory(); |
// Checks that the RenderView is ready to display the navigation to |url|. If |
- // the return value is false, the navigation should be abandonned. |
+ // the return value is false, the navigation should be abandoned. |
bool PrepareRenderViewForNavigation( |
const GURL& url, |
FrameMsg_Navigate_Type::Value navigate_type, |