From 0df1cde496b310bb5cab5d30e86fbfc2120847ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 8 May 2024 09:30:33 +0200 Subject: [PATCH] tests: fix typo in comment --- tests/unit/core/test-core-string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/core/test-core-string.cpp b/tests/unit/core/test-core-string.cpp index fe4c2eccd..b88847739 100644 --- a/tests/unit/core/test-core-string.cpp +++ b/tests/unit/core/test-core-string.cpp @@ -899,7 +899,7 @@ TEST(CoreString, Match) /* * Tests functions: - * string_match + * string_match_list */ TEST(CoreString, MatchList)