Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / policy / core / common / schema_registry_unittest.cc
index 94e245e..36749ea 100644 (file)
@@ -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(&registry1);