From fcabd1b2ba7c69458366d1a35567ae7cb190d0c6 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 7 Jan 2010 13:31:16 +0100 Subject: [PATCH] Fix typo. --- src/detect-content.c | 2 +- src/detect-uricontent.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detect-content.c b/src/detect-content.c index 7940757917..7e9474d9f9 100644 --- a/src/detect-content.c +++ b/src/detect-content.c @@ -161,7 +161,7 @@ TestOffsetDepth(MpmMatch *m, DetectContentData *co, uint16_t pktoff) { /** * \brief test the within, distance, offset and depth of a match * - * This function is called recursively (if nescessary) to be able + * This function is called recursively (if necessary) to be able * to determine whether or not a chain of content matches connected * with 'within' and 'distance' options fully matches. The reason it * was done like this is to make sure we can handle partial matches diff --git a/src/detect-uricontent.c b/src/detect-uricontent.c index 3b42b59f77..dc71ba7a47 100644 --- a/src/detect-uricontent.c +++ b/src/detect-uricontent.c @@ -59,7 +59,7 @@ TestOffsetDepth(MpmMatch *m, DetectUricontentData *co) { return 0; } -/* This function is called recursively (if nescessary) to be able +/* This function is called recursively (if necessary) to be able * to determite whether or not a chain of content matches connected * with 'within' and 'distance' options fully matches. The reason it * was done like this is to make sure we can handle partial matches