Merge pull request #802 from dforsi/fix/typos

Fix spelling errors
This commit is contained in:
AlexandreRouma
2022-07-10 00:05:40 +02:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@ namespace server {
core::configManager.release();
modulesDir = std::filesystem::absolute(modulesDir).string();
// Intialize SmGui in server mode
// Initialize SmGui in server mode
SmGui::init(true);
spdlog::info("Loading modules");