diff --git a/init/persistent_properties_test.cpp b/init/persistent_properties_test.cpp index 875a4f384..872e9a1ff 100644 --- a/init/persistent_properties_test.cpp +++ b/init/persistent_properties_test.cpp @@ -52,7 +52,7 @@ void CheckPropertiesEqual(std::vector> expec entry.second == persistent_property_record.value(); }); ASSERT_TRUE(it != expected.end()) - << "Found unexpected proprety (" << persistent_property_record.name() << ", " + << "Found unexpected property (" << persistent_property_record.name() << ", " << persistent_property_record.value() << ")"; expected.erase(it); }