PMM-11406 Fix typos in repo.

This commit is contained in:
Jiří Čtvrtka
2025-10-02 13:39:09 +02:00
parent de72fb9bbc
commit d016effd18
11 changed files with 12 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ sub new {
#
# TCP requests and responses form "sessions", which can be in one of these
# statuses:
# [Q]uerying - The remote host is sending the query to the server.
# [Q]uerying - The remote host is sending the query to the server. # typos:ignore-line
# [R]esponding - The server is replying back to the remote host.
sub parse_event {
my ( $self, %args ) = @_;