Typo correction in imgui_demo.cpp (#4892)

diff --git a/imgui_demo.cpp b/imgui_demo.cpp
index 589a92a..7e96811 100644
--- a/imgui_demo.cpp
+++ b/imgui_demo.cpp
@@ -5997,7 +5997,7 @@
 namespace ImGui { IMGUI_API void ShowFontAtlas(ImFontAtlas* atlas); }
 
 // Demo helper function to select among loaded fonts.
-// Here we use the regular BeginCombo()/EndCombo() api which is more the more flexible one.
+// Here we use the regular BeginCombo()/EndCombo() api which is the more flexible one.
 void ImGui::ShowFontSelector(const char* label)
 {
     ImGuiIO& io = ImGui::GetIO();