diff --git a/include/ftxui/component/component_options.hpp b/include/ftxui/component/component_options.hpp
index 7b02f0f9e19e030c4600441aed78f293ee2c57ee..776d35122e38a54479384889d0841c90226268ae 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;
 };