fixed a typo in Cache.cpp

This commit is contained in:
Ayushi Bisht 2022-01-17 22:51:49 +05:30
parent e81427c879
commit 8e8e46fe0a

View File

@ -4909,7 +4909,7 @@ roomMembers(const std::string &room_id)
return instance_->roomMembers(room_id);
}
//! Check if the given user has power leve greater than than
//! Check if the given user has power level greater than
//! lowest power level of the given events.
bool
hasEnoughPowerLevel(const std::vector<mtx::events::EventType> &eventTypes,