From 9d9bc048869a69ce1065a22cbb28dfe4ab6d48f1 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Fri, 16 Sep 2022 15:12:06 -0300 Subject: [PATCH] stream/tcp: typo fix --- src/stream-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream-tcp.c b/src/stream-tcp.c index e418fb0d47..b9da110f10 100644 --- a/src/stream-tcp.c +++ b/src/stream-tcp.c @@ -680,7 +680,7 @@ void StreamTcpFreeConfig(bool quiet) } /** \internal - * \brief The function is used to to fetch a TCP session from the + * \brief The function is used to fetch a TCP session from the * ssn_pool, when a TCP SYN is received. * * \param p packet starting the new TCP session.