]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3268: Typos in doc files.
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Fri, 11 Feb 2022 11:32:10 +0000 (11:32 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Fri, 11 Feb 2022 11:32:10 +0000 (11:32 +0000)
Merge in SNORT/snort3 from ~OSHUMEIK/snort3:doc_spelling to master

Squashed commit of the following:

commit 30822afe43a6a44785fc6d30b4704e163beff1c8
Author: Oleksii Shumeiko <oshumeik@cisco.com>
Date:   Fri Feb 11 11:19:23 2022 +0200

    doc: fix typos in text

    Thanks to Greg <myersg86> Myers for reporting the issue.

doc/user/connectors.txt
src/ports/dev_notes.txt
src/profiler/dev_notes.txt
src/service_inspectors/http_inspect/dev_notes.txt

index 020bbab2fde07e6c75fb8880eda898f9f49cd349..8b07364cf73325db56c098a1c6c7e70d342c0caa 100644 (file)
@@ -38,7 +38,7 @@ TcpConnector adds a few session setup configuration elements:
 
 * address = '<addr>' - used for 'call' setup to specify the partner
 
-* base_port = port - used to contruct the actual port number for 'call' and
+* base_port = port - used to construct the actual port number for 'call' and
         'answer' modes.  Actual port used is (base_port + instance_id).
 
 An example segment of TcpConnector configuration:
index e8bf8ac719efb97bdf87392a606e4633a939758b..2644258613a2ca0b5aa2472243d80b17fc969f20 100644 (file)
@@ -180,7 +180,7 @@ All any-any port rules are managed separately, and added in to the final
 rules lists of each port group after this analysis. Rules defined with
 ranges are no longer considered any-any rules for the purpose of organizing
 port-rule groupings.  This should help prevent some cross fertilization of
-rule groups with rules that are unneccessary, this causes rule group sizes
+rule groups with rules that are unnecessary, this causes rule group sizes
 to bloat and performance to slow.
 
 *Hierarchy*
index 6deb82a5c70b3402971cd562ab1d5d3f627579d2..34e49fb45952392dafd1db8a9cd834f4d54cb3e5 100644 (file)
@@ -4,7 +4,7 @@ statistics, as well as the display of those statistics at shutdown.
 
 This module provides a data structure (called ProfileStats) which stores
 information about memory usage, timing and entry counts.
-Analagous data structures exist for accumulating rule profiling and can be found
+Analogous data structures exist for accumulating rule profiling and can be found
 in the detection/ subdirectory.
 
 To facilitate accumulation of these statistics, this module provides a class
index 4e35ec715d02499c97628de64669a681d2f6f0ed..802f258265275867acd2ee5fd029c3f67a1472f2 100755 (executable)
@@ -233,7 +233,7 @@ A config option to set the limit manually:
  * http_inspect.js_norm_identifier_depth.
 
 Identifiers from the ignore list will be placed as is, without substitution. Starting with 
-the listed identifier, any chain of dot acessors, brackets and function calls will be kept
+the listed identifier, any chain of dot accessors, brackets and function calls will be kept
 intact.
 For example:
  * console.log("bar")