From: Jeff Lucovsky Date: Sat, 22 Feb 2020 18:24:45 +0000 (-0500) Subject: spelling: Fix spelling error X-Git-Tag: suricata-4.1.8~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4794%2Fhead;p=thirdparty%2Fsuricata.git spelling: Fix spelling error (cherry picked from commit 6d94b096a9bdf069465aae447aea036609bfb9bb) --- diff --git a/src/detect-ssl-state.c b/src/detect-ssl-state.c index be23fa4972..12d645e3b3 100644 --- a/src/detect-ssl-state.c +++ b/src/detect-ssl-state.c @@ -151,7 +151,7 @@ static int DetectSslStateMatch(ThreadVars *t, 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)