From: Jeff Lucovsky Date: Mon, 27 Jan 2020 00:39:15 +0000 (-0500) Subject: general: Correct typos X-Git-Tag: suricata-6.0.0-beta1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a399f154d4444850acc297ac83742a7e53c426;p=thirdparty%2Fsuricata.git general: Correct typos --- diff --git a/src/detect-content.h b/src/detect-content.h index a4ad39d407..d51df26beb 100644 --- a/src/detect-content.h +++ b/src/detect-content.h @@ -71,7 +71,7 @@ /* if a pattern has no depth/offset limits, no relative specifiers and isn't * chopped for the mpm, we can take the mpm and consider this pattern a match - * w/o futher inspection. Warning: this may still mean other patterns depend + * w/o further inspection. Warning: this may still mean other patterns depend * on this pattern that force match validation anyway. */ #define DETECT_CONTENT_MPM_IS_CONCLUSIVE(c) \ !( ((c)->flags & DETECT_CONTENT_DISTANCE) || \ @@ -93,7 +93,7 @@ typedef struct DetectContentData_ { uint16_t fp_chop_offset; /* would want to move PatIntId here and flags down to remove the padding * gap, but I think the first four members was used as a template for - * casting. \todo check this and fix it if posssible */ + * casting. \todo check this and fix it if possible */ uint32_t flags; PatIntId id; uint16_t depth; diff --git a/src/util-unittest.h b/src/util-unittest.h index 4f3be006c8..10e2c7ecdf 100644 --- a/src/util-unittest.h +++ b/src/util-unittest.h @@ -55,7 +55,7 @@ void UtRunModeRegister(void); extern int unittests_fatal; /** - * \breif Fail a test. + * \brief Fail a test. */ #define FAIL do { \ if (unittests_fatal) { \