Rename variable to fix typo (#11413)

Co-authored-by: Andrea Scarpino <andrea@scarpino.dev>
This commit is contained in:
k8s-infra-cherrypick-robot 2024-06-02 13:27:35 -07:00 committed by GitHub
parent f2959041e3
commit 9409bb15da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -413,7 +413,7 @@ func configForLua(input interface{}) string {
all.Cfg.GlobalRateLimitMemcachedConnectTimeout,
all.Cfg.GlobalRateLimitMemcachedMaxIdleTimeout,
all.Cfg.GlobalRateLimitMemcachedPoolSize,
all.Cfg.GlobalRateLimitStatucCode,
all.Cfg.GlobalRateLimitStatusCode,
)
}