From c20ab53eaeb57d873a5ea065f31adcec28786078 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Wed, 4 Mar 2020 09:37:04 -0500 Subject: [PATCH] detect/threshold: Correct typos --- src/detect-threshold.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/detect-threshold.c b/src/detect-threshold.c index 356160e150..a1f300e0f7 100644 --- a/src/detect-threshold.c +++ b/src/detect-threshold.c @@ -289,7 +289,7 @@ static void DetectThresholdFree(void *de_ptr) /** * \test ThresholdTestParse01 is a test for a valid threshold options * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ static int ThresholdTestParse01(void) @@ -307,7 +307,7 @@ static int ThresholdTestParse01(void) /** * \test ThresholdTestParse02 is a test for a invalid threshold options * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ static int ThresholdTestParse02(void) @@ -325,7 +325,7 @@ static int ThresholdTestParse02(void) /** * \test ThresholdTestParse03 is a test for a valid threshold options in any order * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ static int ThresholdTestParse03(void) @@ -344,7 +344,7 @@ static int ThresholdTestParse03(void) /** * \test ThresholdTestParse04 is a test for an invalid threshold options in any order * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ static int ThresholdTestParse04(void) @@ -362,7 +362,7 @@ static int ThresholdTestParse04(void) /** * \test ThresholdTestParse05 is a test for a valid threshold options in any order * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ static int ThresholdTestParse05(void) @@ -383,7 +383,7 @@ static int ThresholdTestParse05(void) * by setting up the signature and later testing its working by matching * the received packet against the sig. * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ @@ -487,7 +487,7 @@ end: * by setting up the signature and later testing its working by matching * the received packet against the sig. * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ @@ -565,7 +565,7 @@ end: * by setting up the signature and later testing its working by matching * the received packet against the sig. * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ @@ -670,7 +670,7 @@ end: * by setting up the signature and later testing its working by matching * the received packet against the sig. * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ @@ -748,7 +748,7 @@ end: * by setting up the signature and later testing its working by matching * the received packet against the sig. * - * \retval 1 on succces + * \retval 1 on success * \retval 0 on failure */ -- 2.47.2