fix: typos
This commit is contained in:
parent
9c15f4610f
commit
4a9065bbda
1 changed files with 2 additions and 2 deletions
|
|
@ -250,7 +250,7 @@ public:
|
||||||
if (m_custom.has (name)) {
|
if (m_custom.has (name)) {
|
||||||
return m_custom[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 "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
@ -261,5 +261,5 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// explose global
|
// expose global
|
||||||
CR_EXPOSE_GLOBAL_SINGLETON (BotConfig, conf);
|
CR_EXPOSE_GLOBAL_SINGLETON (BotConfig, conf);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue