From a141907ecf36e2018a5d88ecb65062c80a2bc0b1 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Tue, 19 Sep 2017 13:12:57 -0700 Subject: [PATCH] init: fix typo Test: build Change-Id: I2f6ff60356087f9fd6c6f24e3923d70b9e93dcf8 --- init/persistent_properties_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }