修正一处拼写错误

This commit is contained in:
MrZ626
2021-11-17 08:09:27 +08:00
parent c40a6bfaa0
commit a1f761b83e
9 changed files with 15 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ local typeColor={
local function _filter(word_org)
local word=word_org
word=word:gsub("[Tt]etris",CHAR.zChan.thinking)
if FNSF then word=word:gsub("[Pp]\97\116\114\111\110",CHAR.zChan.qualified)end
if FNSF then word=word:gsub("[Pp]\97\116\114\101\111\110",CHAR.zChan.qualified)end
return word,word_org
end
local function _scanDict(D)