Merge pull request #9386

1d024f0 chore: fix some comments (haouvw)
This commit is contained in:
luigi1111 2024-07-16 19:01:09 -04:00
commit 3b53db47cf
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
4 changed files with 4 additions and 4 deletions

View file

@ -166,7 +166,7 @@ TEST(logging, glob_prefix)
TEST(logging, last_precedence)
{
init();
mlog_set_categories("gobal:FATAL,glo*:DEBUG");
mlog_set_categories("global:FATAL,glo*:DEBUG");
log();
std::string str;
ASSERT_TRUE(load_log_to_string(log_filename, str));