summaryrefslogtreecommitdiffstats
path: root/base/observer_list_unittest.cc
diff options
context:
space:
mode:
authortnagel@chromium.org <tnagel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-08 23:49:40 +0000
committertnagel@chromium.org <tnagel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-08 23:49:40 +0000
commit6be50d7ce4e6d02bf4fc7ca3238aa87148bfea7f (patch)
tree9d885717931629f6af9be1a43a786e2d74120ca4 /base/observer_list_unittest.cc
parent8f804a1da8994c447c8e7987eb5e974c8ef71c90 (diff)
downloadchromium_src-6be50d7ce4e6d02bf4fc7ca3238aa87148bfea7f.zip
chromium_src-6be50d7ce4e6d02bf4fc7ca3238aa87148bfea7f.tar.gz
chromium_src-6be50d7ce4e6d02bf4fc7ca3238aa87148bfea7f.tar.bz2
Improve spelling of "notification".
There are many ways to get it wrong. BUG=none TBR=darin (for base/) TBR=sky (for chrome/ and ui/) TBR=dconnelly (for components/policy/) TBR=tommi (for media/audio/) TBR=asvitkine (for tools/metrics/) TBR=mad (for win8) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268203 Review URL: https://codereview.chromium.org/261293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/observer_list_unittest.cc')
-rw-r--r--base/observer_list_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/observer_list_unittest.cc b/base/observer_list_unittest.cc
index 57843f4..1bda3dc 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.