aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2023-09-24 23:24:19 +0200
committerlns <matzeton@googlemail.com>2023-09-24 23:24:19 +0200
commit6eae70e6c17e45534fc3754d8c4e58a7ff0255d8 (patch)
treec047d63ec268de2a69aa72b05a96ed4187011adc /src/include
parent725fcf4852f06e2f54469c2439d13169d5d68d09 (diff)
Improed Steam detection by adding Steamdiscover patterns.improved/steam-by-adding-steamdiscover
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h
index b4ef20f5f..c76a31d11 100644
--- a/src/include/ndpi_main.h
+++ b/src/include/ndpi_main.h
@@ -130,7 +130,7 @@ extern "C" {
const char **file, const char **func, u_int32_t * line);
#endif
- /** Checks when the @p payload starts with the string literal @p str.
+ /** Checks when the @payload starts with the string literal @p str.
* When the string is larger than the payload, check fails.
* @return non-zero if check succeeded
*/