From 6d94b096a9bdf069465aae447aea036609bfb9bb Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sat, 22 Feb 2020 13:24:45 -0500 Subject: [PATCH] spelling: Fix spelling error --- src/detect-ssl-state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-ssl-state.c b/src/detect-ssl-state.c index 134d9150c0..0c5979bc14 100644 --- a/src/detect-ssl-state.c +++ b/src/detect-ssl-state.c @@ -156,7 +156,7 @@ static int DetectSslStateMatch(DetectEngineThreadCtx *det_ctx, * * \param arg Pointer to the string to be parsed. * - * \retval ssd Pointer to DetectSslStateData on succese. + * \retval ssd Pointer to DetectSslStateData on success. * \retval NULL On failure. */ static DetectSslStateData *DetectSslStateParse(const char *arg) -- 2.47.2