X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fpolicy%2Fcore%2Fcommon%2Fschema_registry_unittest.cc;h=36749ea4bcd95ae36aa4442ed7ce5724f0330a16;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=94e245effbe1e2fc3d8736751697e1de06cf6611;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/policy/core/common/schema_registry_unittest.cc b/src/components/policy/core/common/schema_registry_unittest.cc index 94e245e..36749ea 100644 --- a/src/components/policy/core/common/schema_registry_unittest.cc +++ b/src/components/policy/core/common/schema_registry_unittest.cc @@ -226,7 +226,7 @@ TEST(SchemaRegistryTest, Combined) { schema); Mock::VerifyAndClearExpectations(&observer); - // Untracking |registry1| doesn't trigger an update nofitication, because it + // Untracking |registry1| doesn't trigger an update notification, because it // doesn't contain any components. EXPECT_CALL(observer, OnSchemaRegistryUpdated(_)).Times(0); combined.Untrack(®istry1);