diff options
author | Ayushi Bisht <bishtayu24@gmail.com> | 2022-01-17 22:51:49 +0530 |
---|---|---|
committer | Ayushi Bisht <bishtayu24@gmail.com> | 2022-01-17 22:51:49 +0530 |
commit | 8e8e46fe0ab0de0290960a658f6ee84eb7cc1b2c (patch) | |
tree | cd2ec2f712d2843e398a20f22e6126d03127a3ca /src | |
parent | Translated using Weblate (Indonesian) (diff) | |
download | nheko-8e8e46fe0ab0de0290960a658f6ee84eb7cc1b2c.tar.xz |
fixed a typo in Cache.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/Cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp index 5a08ad27..d1723d98 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp @@ -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, |