diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-08 09:30:33 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-08 09:30:33 +0200 |
commit | 0df1cde496b310bb5cab5d30e86fbfc2120847ab (patch) | |
tree | 2d98a7b77ba4bccfc50b39e6d77fbdd1eb1e4550 /tests/unit/core/test-core-string.cpp | |
parent | 9f536d3dc7500611819d3180d5794c787c06e469 (diff) | |
download | weechat-0df1cde496b310bb5cab5d30e86fbfc2120847ab.zip |
tests: fix typo in comment
Diffstat (limited to 'tests/unit/core/test-core-string.cpp')
-rw-r--r-- | tests/unit/core/test-core-string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |