Fix spelling errors

Fixed with:
codespell --ignore-words-list=hist,parm,sur --skip=./core/src/imgui,./core/src/json.hpp,./core/libcorrect,./core/src/spdlog,./misc_modules/discord_integration/discord-rpc,./misc_modules/discord_integration/discord-rpc/include/rapidjson,./source_modules/sddc_source/src/libsddc
This commit is contained in:
Daniele Forsi
2022-02-20 12:28:16 +01:00
parent 71c95af711
commit 98f4f560ad
6 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@ public:
RadioModule(std::string name) {
this->name = name;
// Intialize option lists
// Initialize option lists
deempModes.define("None", DEEMP_MODE_NONE);
deempModes.define("22us", DEEMP_MODE_22US);
deempModes.define("50us", DEEMP_MODE_50US);
@ -456,7 +456,7 @@ private:
setDeemphasisMode(deempModes[deempId]);
}
else {
// Disable everyting if post processing is disabled
// Disable everything if post processing is disabled
afChain.disableAll();
}