From: Philippe Antoine Date: Thu, 7 Nov 2019 16:10:14 +0000 (+0100) Subject: transform: fixes comment about compress_whitespace X-Git-Tag: suricata-5.0.1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fdd7c969b9ced9766d0251f7d2e44eb6b0b478;p=thirdparty%2Fsuricata.git transform: fixes comment about compress_whitespace --- 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