From ebe80a600674be95eedd30d3ccb70ca2171b8d40 Mon Sep 17 00:00:00 2001
From: Loren Burkholder <computersemiexpert@outlook.com>
Date: Fri, 26 Mar 2021 19:22:51 -0400
Subject: [PATCH] Fix typo

---
 src/CacheStructs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CacheStructs.h b/src/CacheStructs.h
index 4a5c5c761..5f4d392a2 100644
--- a/src/CacheStructs.h
+++ b/src/CacheStructs.h
@@ -93,7 +93,7 @@ to_json(nlohmann::json &j, const RoomInfo &info);
 void
 from_json(const nlohmann::json &j, RoomInfo &info);
 
-//! Basic information per member;
+//! Basic information per member.
 struct MemberInfo
 {
         std::string name;
-- 
GitLab