From c2fdd7c969b9ced9766d0251f7d2e44eb6b0b478 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 7 Nov 2019 17:10:14 +0100 Subject: [PATCH] transform: fixes comment about compress_whitespace --- src/detect-transform-compress-whitespace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/detect-transform-compress-whitespace.c b/src/detect-transform-compress-whitespace.c index 6121f787a8..ada53cb5b8 100644 --- a/src/detect-transform-compress-whitespace.c +++ b/src/detect-transform-compress-whitespace.c @@ -20,7 +20,7 @@ * * \author Victor Julien * - * Implements the nocase keyword + * Implements the compress_whitespace tranform keyword */ #include "suricata-common.h" @@ -43,7 +43,7 @@ void DetectTransformCompressWhitespaceRegister(void) { sigmatch_table[DETECT_TRANSFORM_COMPRESS_WHITESPACE].name = "compress_whitespace"; sigmatch_table[DETECT_TRANSFORM_COMPRESS_WHITESPACE].desc = - "modify buffer to commpress consecutive whitespace characters " + "modify buffer to compress consecutive whitespace characters " "into a single one before inspection"; sigmatch_table[DETECT_TRANSFORM_COMPRESS_WHITESPACE].url = DOC_URL DOC_VERSION "/rules/transforms.html#compress-whitespace"; @@ -59,7 +59,7 @@ void DetectTransformCompressWhitespaceRegister(void) /** * \internal - * \brief Apply the nocase keyword to the last pattern match, either content or uricontent + * \brief Apply the compress_whitespace keyword to the last pattern match * \param det_ctx detection engine ctx * \param s signature * \param nullstr should be null