chore: fix some comments

Signed-off-by: haouvw <jchaodaohang@foxmail.com>
This commit is contained in:
haouvw 2024-06-26 15:42:27 +08:00
parent cc73fe7116
commit 1d024f0701
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));