From 4a9065bbda1477e2b51845a66fd2285429266d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=BE=D0=B2?= <22411953+Vladislav4KZ@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:57:36 +0600 Subject: [PATCH] fix: typos --- inc/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.h b/inc/config.h index 22a28cb..e47a57e 100644 --- a/inc/config.h +++ b/inc/config.h @@ -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);