Chore: fix typo

This commit is contained in:
yaling888
2022-04-13 16:47:47 +08:00
parent a3a50f9c7b
commit ca76e5cf0e
3 changed files with 5 additions and 5 deletions

View File

@ -347,7 +347,7 @@ func updateMitm(mitm *config.Mitm) {
func Shutdown() {
P.Cleanup()
tproxy.CleanupTProxyIPTables()
resolver.StoreFakePoolSate()
resolver.StoreFakePoolState()
log.Warnln("Clash shutting down")
}