diff --git a/src/editor/src/gui/gui_window_names.hpp b/src/editor/src/gui/gui_window_names.hpp index a0fe7bc..a2b1111 100644 --- a/src/editor/src/gui/gui_window_names.hpp +++ b/src/editor/src/gui/gui_window_names.hpp @@ -11,5 +11,5 @@ namespace fgl::engine constexpr std::string_view GUI_DOCKSPACE_NAME { "MainWindowDockspace" }; constexpr std::string_view FILE_PICKER_NAME { "File Browser" }; constexpr std::string_view OBJECT_TREE_VIEW_NAME { "Object List" }; - constexpr std::string_view ENTITY_INFO_NAME { "Entiy Info" }; + constexpr std::string_view ENTITY_INFO_NAME { "Entity Info" }; } // namespace fgl::engine \ No newline at end of file