From ce7c394af17c9e62f50d08f3f9c06c0d392647a9 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 6 Aug 2025 14:19:30 +0200 Subject: [PATCH] TapAnalyzer: Fix docstring Relates to #4337 #4725 #4734 --- src/packet_analysis/protocol/ip/SessionAdapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet_analysis/protocol/ip/SessionAdapter.h b/src/packet_analysis/protocol/ip/SessionAdapter.h index f42b8974f0..d26be5482a 100644 --- a/src/packet_analysis/protocol/ip/SessionAdapter.h +++ b/src/packet_analysis/protocol/ip/SessionAdapter.h @@ -183,7 +183,7 @@ public: * Remove a TapAnalyzer instance by raw pointer. * * Note that the TapAnalyzer instance \a ta is pointing at will be destroyed - * during the call to RemoveTapAanalyzer() and should be discarded by the caller + * during the call to RemoveTapAnalyzer() and should be discarded by the caller * immediately. If you call RemoveTapAnalyzer() from within a TapAnalyzer's member * function, ensure not accessing \a this afterwards. *