| Index: trunk/src/base/observer_list_unittest.cc
|
| ===================================================================
|
| --- trunk/src/base/observer_list_unittest.cc (revision 268216)
|
| +++ trunk/src/base/observer_list_unittest.cc (working copy)
|
| @@ -443,7 +443,7 @@
|
|
|
| EXPECT_TRUE(b.added);
|
| // B's adder should not have been notified because it was added during
|
| - // notification.
|
| + // notificaiton.
|
| EXPECT_EQ(0, b.adder.total);
|
|
|
| // Notify again to make sure b's adder is notified.
|
| @@ -467,7 +467,7 @@
|
|
|
| EXPECT_TRUE(b.added);
|
| // B's adder should not have been notified because it was added during
|
| - // notification.
|
| + // notificaiton.
|
| EXPECT_EQ(0, b.adder.total);
|
|
|
| // Notify again to make sure b's adder is notified.
|
|
|