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

@ -46,7 +46,7 @@ namespace ImGui {
int oldLineCount = _lineCount;
_lineCount += count;
// If new data either fills up or excedes the limit, reallocate
// If new data either fills up or exceeds the limit, reallocate
// TODO: Change it to avoid bug if count >= reservedIncrement
if (_lineCount > reservedCount) {
printf("Reallocating\n");