From a9e240ef0655175f930810cf78ac7df593a6dde6 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 20 Dec 2020 01:11:19 +1100 Subject: docs: fix simple typo, migitate -> mitigate There is a small typo in src/sp_utils.c. Should read `mitigate` rather than `migitate`.--- src/sp_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_utils.c') diff --git a/src/sp_utils.c b/src/sp_utils.c index 4c78ce5..cb63037 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -127,7 +127,7 @@ static int construct_filename(char* filename, } /* We're using the sha256 sum of the rule's textual representation - * as filename, in order to only have one dump per rule, to migitate + * as filename, in order to only have one dump per rule, to mitigate * DoS attacks. */ PHP_SHA256Init(&context); PHP_SHA256Update(&context, (const unsigned char*)ZSTR_VAL(textual), -- cgit v1.3