Chore: fix typo

This commit is contained in:
yaling888
2022-04-13 16:47:47 +08:00
committed by MetaCubeX
parent 3ea3653d7a
commit 0ca10798ea
3 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@ func (h *ResolverEnhancer) PatchFrom(o *ResolverEnhancer) {
}
}
func (h *ResolverEnhancer) StoreFakePoolSate() {
func (h *ResolverEnhancer) StoreFakePoolState() {
if h.fakePool != nil {
h.fakePool.StoreState()
}