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. |