Merge "init: fix typo" am: 15a14d1ad9 am: 00a15fc9bf

am: 707a5ad27a

Change-Id: I3ae60ec3703ae653929d5e5bfb6f3cefd300b28a
This commit is contained in:
Tom Cherry 2017-09-20 00:48:32 +00:00 committed by android-build-merger
commit 242f47d544

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);
}