Fixed typos

This commit is contained in:
AlexandreRouma
2021-09-20 19:59:35 +02:00
parent 9ee0951874
commit 049fc77ff6
21 changed files with 37 additions and 383 deletions

View File

@ -13,7 +13,7 @@ namespace style {
bool loadFonts(std::string resDir) {
if (!std::filesystem::is_directory(resDir)) {
spdlog::error("Inavlid resource directory: {0}", resDir);
spdlog::error("Invalid resource directory: {0}", resDir);
return false;
}