Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15a14d1a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: fix typo"

parents 8f3989b8 a141907e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }