From 4b1b82d97ce850c72cb12429f6610530242d2cdc Mon Sep 17 00:00:00 2001 From: guangwu Date: Sun, 29 Oct 2023 19:22:29 +0800 Subject: [PATCH] fix: typo (#894) Signed-off-by: guoguangwu --- internal/actions/ctl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/actions/ctl_test.go b/internal/actions/ctl_test.go index bb6882a76..23364e0b3 100644 --- a/internal/actions/ctl_test.go +++ b/internal/actions/ctl_test.go @@ -237,7 +237,7 @@ func TestCtl(t *testing.T) { } }, }, - "responseBodyLimit successfuly": { + "responseBodyLimit successfully": { input: "responseBodyLimit=12345", prepareTX: func(tx *corazawaf.Transaction) { tx.ProcessRequestHeaders()