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

@ -444,7 +444,7 @@ private:
}
}
else if (_this->gainMode == 2) {
// TODO: Switch to a table for alignement
// TODO: Switch to a table for alignment
if (_this->lnaAgc) { SmGui::BeginDisabled(); }
SmGui::LeftLabel("LNA Gain");
SmGui::FillWidth();