Index: content/public/browser/web_contents_observer.h |
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h |
index 2ad466e0e2e631701882ea9f0c299119f1fd6405..0d7148c37782ff79a15633ed626525ae438c707b 100644 |
--- a/content/public/browser/web_contents_observer.h |
+++ b/content/public/browser/web_contents_observer.h |
@@ -163,7 +163,7 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener, |
// Called when a navigation finished in the WebContents. This happens when a |
// navigation is committed, aborted or replaced by a new one. To know if the |
- // navigation has committed, use NavigationHandle::HasCommited; use |
+ // navigation has committed, use NavigationHandle::HasCommitted; use |
// NavigationHandle::IsErrorPage to know if the navigation resulted in an |
// error page. |
// |