mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
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:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user