diff options
author | Ayushi Bisht <bishtayu24@gmail.com> | 2022-01-18 12:42:50 +0530 |
---|---|---|
committer | Ayushi Bisht <bishtayu24@gmail.com> | 2022-01-18 12:42:50 +0530 |
commit | 6aaaa777c6535f5a062e453578e61865f045af0a (patch) | |
tree | 5c015b0463fd99e4f9beb673af4d61994b4e727b /src | |
parent | fixed a typo in Cache.cpp (diff) | |
download | nheko-6aaaa777c6535f5a062e453578e61865f045af0a.tar.xz |
Fixed a grammatical error
Diffstat (limited to 'src')
-rw-r--r-- | src/ChatPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp index 742abd61..bfaa6389 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp @@ -463,7 +463,7 @@ ChatPage::sendNotifications(const mtx::responses::Notifications &res) if (!cache::isNotificationSent(event_id)) { const auto room_id = QString::fromStdString(item.room_id); - // We should only sent one notification per event. + // We should only send one notification per event. cache::markSentNotification(event_id); // Don't send a notification when the current room is opened. |