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

Unified Diff: base/observer_list_unittest.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
Index: base/observer_list_unittest.cc
diff --git a/base/observer_list_unittest.cc b/base/observer_list_unittest.cc
index 57843f401fc0ec984a8ee16a5764e9fca4ad5fa3..1bda3dcadae1a8d6193e0458ee7ac5f43bed380a 100644
--- a/base/observer_list_unittest.cc
+++ b/base/observer_list_unittest.cc
@@ -443,7 +443,7 @@ TEST(ObserverListTest, Existing) {
EXPECT_TRUE(b.added);
// B's adder should not have been notified because it was added during
- // notificaiton.
+ // notification.
EXPECT_EQ(0, b.adder.total);
// Notify again to make sure b's adder is notified.
@@ -467,7 +467,7 @@ TEST(ObserverListThreadSafeTest, Existing) {
EXPECT_TRUE(b.added);
// B's adder should not have been notified because it was added during
- // notificaiton.
+ // notification.
EXPECT_EQ(0, b.adder.total);
// Notify again to make sure b's adder is notified.

Powered by Google App Engine
This is Rietveld 408576698