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

Unified Diff: content/renderer/render_frame_impl.h

Issue 769153004: Fix some minor typos: abandonned -> abandoned (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | sandbox/win/src/sharedmem_ipc_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | sandbox/win/src/sharedmem_ipc_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698