fix: typos

This commit is contained in:
Владислав Сухов 2022-04-26 21:57:36 +06:00 committed by GitHub
commit 4a9065bbda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ public:
if (m_custom.has (name)) {
return m_custom[name];
}
SimpleLogger::instance ().error ("Trying to fetch uknonwn custom variable: %s", name);
SimpleLogger::instance ().error ("Trying to fetch unknown custom variable: %s", name);
return "";
}
@ -261,5 +261,5 @@ public:
}
};
// explose global
// expose global
CR_EXPOSE_GLOBAL_SINGLETON (BotConfig, conf);