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

@@ -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()
}