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

Unified Diff: chrome/renderer/autofill/page_click_tracker_browsertest.cc

Issue 261293002: Improve spelling of "notification". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 7 months 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 | « chrome/browser/ui/unload_controller.h ('k') | chrome/renderer/content_settings_observer_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/page_click_tracker_browsertest.cc
diff --git a/chrome/renderer/autofill/page_click_tracker_browsertest.cc b/chrome/renderer/autofill/page_click_tracker_browsertest.cc
index 4c5c818808d97c8079c704f01ff14897d7032451..52b00ff637fe0af85cb7fa0c2a2a12e96ee16cc3 100644
--- a/chrome/renderer/autofill/page_click_tracker_browsertest.cc
+++ b/chrome/renderer/autofill/page_click_tracker_browsertest.cc
@@ -167,7 +167,7 @@ TEST_F(PageClickTrackerTest, PageClickTrackerInputFocusLost) {
EXPECT_FALSE(test_listener_.form_control_element_lost_focus_called_);
test_listener_.ClearResults();
- // Select another text field to test that the notifcation for the
+ // Select another text field to test that the notification for the
// first text field losing focus is sent.
EXPECT_TRUE(SimulateElementClick("text_2"));
EXPECT_TRUE(test_listener_.form_control_element_lost_focus_called_);
@@ -205,7 +205,7 @@ TEST_F(PageClickTrackerTest, PageClickTrackerTextAreaFocusLost) {
EXPECT_FALSE(test_listener_.form_control_element_lost_focus_called_);
test_listener_.ClearResults();
- // Select another textarea field to test that the notifcation for the
+ // Select another textarea field to test that the notification for the
// first textarea field losing focus is sent.
EXPECT_TRUE(SimulateElementClick("textarea_2"));
EXPECT_TRUE(test_listener_.form_control_element_lost_focus_called_);
« no previous file with comments | « chrome/browser/ui/unload_controller.h ('k') | chrome/renderer/content_settings_observer_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698