From 6aaaa777c6535f5a062e453578e61865f045af0a Mon Sep 17 00:00:00 2001
From: Ayushi Bisht <bishtayu24@gmail.com>
Date: Tue, 18 Jan 2022 12:42:50 +0530
Subject: [PATCH] Fixed a grammatical error

---
 src/ChatPage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp
index 742abd618..bfaa63895 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.
-- 
GitLab