init: fix typo

Test: build
Change-Id: I2f6ff60356087f9fd6c6f24e3923d70b9e93dcf8
This commit is contained in:
Tom Cherry 2017-09-19 13:12:57 -07:00
parent f5dba11085
commit a141907ecf

View file

@ -52,7 +52,7 @@ void CheckPropertiesEqual(std::vector<std::pair<std::string, std::string>> 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);
}