diff options
| author | levlam <levlam@telegram.org> | 2025-07-10 17:09:34 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-07-10 17:09:34 +0300 |
| commit | b67a02e80942083d4e40529bc53630fd3ee7c959 (patch) | |
| tree | 092e0eba97552faf2373872f71149e739faa6b98 /td/telegram/DialogParticipant.cpp | |
| parent | 0ece11a1ae5aa514a76a459f4904276494434bd2 (diff) | |
Fix 'even if' spelling.
Diffstat (limited to 'td/telegram/DialogParticipant.cpp')
| -rw-r--r-- | td/telegram/DialogParticipant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/DialogParticipant.cpp b/td/telegram/DialogParticipant.cpp index 029c0ff67..d864fcf6a 100644 --- a/td/telegram/DialogParticipant.cpp +++ b/td/telegram/DialogParticipant.cpp @@ -478,7 +478,7 @@ DialogParticipantStatus DialogParticipantStatus::apply_restrictions(RestrictedRi } break; case Type::Banned: - // banned can do nothing, even restrictions allows them to do that + // banned can do nothing even if restrictions allows them to do that break; default: UNREACHABLE(); |
