From 2903c98bcae5e2f6b35878b895698fe95ca8d1e2 Mon Sep 17 00:00:00 2001 From: ocornut Date: Thu, 10 Sep 2015 10:26:09 +0100 Subject: [PATCH] Minor typo --- imgui_demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui_demo.cpp b/imgui_demo.cpp index d0234ccf..69c2dad1 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -836,7 +836,7 @@ void ImGui::ShowTestWindow(bool* opened) if (ImGui::TreeNode("Groups")) { - ImGui::TextWrapped("(Using ImGui::BeginGroup()/EndGroup() to layout items. BeginGroup() basically locks the horizontal position. EndGroup() bundled the whole group so that you can use functions such as IsItemHovered() on it.)"); + ImGui::TextWrapped("(Using ImGui::BeginGroup()/EndGroup() to layout items. BeginGroup() basically locks the horizontal position. EndGroup() bundles the whole group so that you can use functions such as IsItemHovered() on it.)"); ImGui::BeginGroup(); { ImGui::BeginGroup();