Fix simple word spelling errors.

This commit is contained in:
戒酒的李白
2025-09-10 17:12:43 +08:00
parent 05a0eeb323
commit 860cdb2f25
6 changed files with 68 additions and 68 deletions
+2 -2
View File
@@ -111,12 +111,12 @@ class ForumHost:
timestamp, speaker, content = match.groups()
# 记录会话开始
if 'ForumEgine 监控开始' in content:
if 'ForumEngine 监控开始' in content:
parsed['session_start'] = timestamp
continue
# 记录会话结束
if 'ForumEgine 论坛结束' in content:
if 'ForumEngine 论坛结束' in content:
parsed['session_end'] = timestamp
continue