Fix a few typos.

This commit is contained in:
Christian Kreibich 2025-04-23 11:51:06 -07:00 committed by Tim Wojtulewicz
parent 03e4d084b3
commit 3dbb5b98f3

6
NEWS
View file

@ -62,7 +62,7 @@ New Functionality
erasure of elements are available. erasure of elements are available.
- Backends can support both asynchronous mode (using ``when`` statements) and - Backends can support both asynchronous mode (using ``when`` statements) and
synchronous mode (blocking until the operation copmletes). BIF methods were added synchronous mode (blocking until the operation completes). BIF methods were added
under new ``Storage::Async`` and ``Storage::Sync`` modules for these two modes. The under new ``Storage::Async`` and ``Storage::Sync`` modules for these two modes. The
modes can be used interchangeably with the same backend handle. modes can be used interchangeably with the same backend handle.
@ -202,7 +202,7 @@ Changed Functionality
in use, Zeek now only attempts to re-establish peerings when the node observing the in use, Zeek now only attempts to re-establish peerings when the node observing the
overflow originally established the peering. That is, re-peering is now only attempted overflow originally established the peering. That is, re-peering is now only attempted
in consistency with the underlying Broker peering topology. This avoids pointless in consistency with the underlying Broker peering topology. This avoids pointless
connection attempts to ephemeral TCP client-side ports, which clould clutter the Broker connection attempts to ephemeral TCP client-side ports, which could clutter the Broker
logs. logs.
- The protocol confirmation for IRC was made more robust. It now checks for valid commands - The protocol confirmation for IRC was made more robust. It now checks for valid commands
@ -432,7 +432,7 @@ New Functionality
- Zeek now ships with an experimental Spicy-based SSL analyzer, which is - Zeek now ships with an experimental Spicy-based SSL analyzer, which is
disabled by default. This analyzer can be enabled using the disabled by default. This analyzer can be enabled using the
``--enable-spicy-ssl`` conifgure-time option. The Spicy-based analyzer has ``--enable-spicy-ssl`` configure-time option. The Spicy-based analyzer has
full support for SSL and TLS, just like the current binpac analyzer. It does, full support for SSL and TLS, just like the current binpac analyzer. It does,
however, not support any version of DTLS. Enabling it will disable DTLS however, not support any version of DTLS. Enabling it will disable DTLS
parsing in Zeek. parsing in Zeek.