Fix some typos

This commit is contained in:
Azhar Momin
2026-01-19 23:53:57 +05:30
committed by Tobias Fella
parent 889b7dd2e6
commit a92587cc50
4 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ void SpaceHierarchyCache::cacheSpaceHierarchy()
if (neoChatRoom != nullptr && (changes & (NeoChatRoom::Change::UnreadStats | NeoChatRoom::Change::Highlights))) {
const auto parents = parentSpaces(neoChatRoom->id());
if (parents.count() > 0) {
Q_EMIT spaceNotifcationCountChanged(parents);
Q_EMIT spaceNotificationCountChanged(parents);
}
}
});