From: Mike Stepanek (mstepane) Date: Fri, 11 Feb 2022 11:32:10 +0000 (+0000) Subject: Pull request #3268: Typos in doc files. X-Git-Tag: 3.1.24.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f471b0b3dfe367cfe2fc0428d5efb396180b4677;p=thirdparty%2Fsnort3.git Pull request #3268: Typos in doc files. Merge in SNORT/snort3 from ~OSHUMEIK/snort3:doc_spelling to master Squashed commit of the following: commit 30822afe43a6a44785fc6d30b4704e163beff1c8 Author: Oleksii Shumeiko Date: Fri Feb 11 11:19:23 2022 +0200 doc: fix typos in text Thanks to Greg Myers for reporting the issue. --- diff --git a/doc/user/connectors.txt b/doc/user/connectors.txt index 020bbab2f..8b07364cf 100644 --- a/doc/user/connectors.txt +++ b/doc/user/connectors.txt @@ -38,7 +38,7 @@ TcpConnector adds a few session setup configuration elements: * address = '' - 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: diff --git a/src/ports/dev_notes.txt b/src/ports/dev_notes.txt index e8bf8ac71..264425861 100644 --- a/src/ports/dev_notes.txt +++ b/src/ports/dev_notes.txt @@ -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* diff --git a/src/profiler/dev_notes.txt b/src/profiler/dev_notes.txt index 6deb82a5c..34e49fb45 100644 --- a/src/profiler/dev_notes.txt +++ b/src/profiler/dev_notes.txt @@ -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 diff --git a/src/service_inspectors/http_inspect/dev_notes.txt b/src/service_inspectors/http_inspect/dev_notes.txt index 4e35ec715..802f25826 100755 --- a/src/service_inspectors/http_inspect/dev_notes.txt +++ b/src/service_inspectors/http_inspect/dev_notes.txt @@ -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")