Index: trunk/src/components/policy/core/common/schema_registry_unittest.cc |
=================================================================== |
--- trunk/src/components/policy/core/common/schema_registry_unittest.cc (revision 268216) |
+++ trunk/src/components/policy/core/common/schema_registry_unittest.cc (working copy) |
@@ -226,7 +226,7 @@ |
schema); |
Mock::VerifyAndClearExpectations(&observer); |
- // Untracking |registry1| doesn't trigger an update notification, because it |
+ // Untracking |registry1| doesn't trigger an update nofitication, because it |
// doesn't contain any components. |
EXPECT_CALL(observer, OnSchemaRegistryUpdated(_)).Times(0); |
combined.Untrack(®istry1); |