From 28b1938f0164d678b31a936f95e953221ec6839e Mon Sep 17 00:00:00 2001 From: kj16609 Date: Thu, 30 Jan 2025 10:18:25 -0500 Subject: [PATCH] Minor spelling mistake --- src/editor/src/gui/gui_window_names.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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