From d04e04adc640dd726586f4fd2107d6d861b9fdc4 Mon Sep 17 00:00:00 2001
From: Jan Sende <44576417+jansende@users.noreply.github.com>
Date: Wed, 24 Aug 2022 19:00:54 +0900
Subject: [PATCH] Fixed typo (#465)

---
 include/ftxui/component/component_options.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ftxui/component/component_options.hpp b/include/ftxui/component/component_options.hpp
index 7b02f0f9..776d3512 100644
--- a/include/ftxui/component/component_options.hpp
+++ b/include/ftxui/component/component_options.hpp
@@ -94,7 +94,7 @@ struct MenuOption {
   std::function<Element()> elements_postfix;
 
   // Observers:
-  std::function<void()> on_change;  ///> Called when the seelcted entry changes.
+  std::function<void()> on_change;  ///> Called when the selected entry changes.
   std::function<void()> on_enter;   ///> Called when the user presses enter.
   Ref<int> focused_entry = 0;
 };
-- 
GitLab