diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp
index 742abd61815666d7acf4b0d818e3bd4857f07539..bfaa63895e18fb32646440646f00546383df7ddc 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.