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

@@ -330,7 +330,7 @@ int sdrpp_main(int argc, char* argv[]) {
int biRes = backend::init(resDir);
if (biRes < 0) { return biRes; }
// Intialize SmGui in normal mode
// Initialize SmGui in normal mode
SmGui::init(false);
if (!style::loadFonts(resDir)) { return -1; }