From 96186a93b9233b04717f63668cb0c406e260a151 Mon Sep 17 00:00:00 2001 From: Bertie Wheen Date: Wed, 12 Jan 2022 13:12:25 +0000 Subject: [PATCH] Typo correction in imgui_demo.cpp (#4892) --- imgui_demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui_demo.cpp b/imgui_demo.cpp index 589a92a9..7e96811e 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -5997,7 +5997,7 @@ void ImGui::ShowAboutWindow(bool* p_open) 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();