From 19401060518842296baf256ebf1b2bdfec26a43c Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Thu, 24 Aug 2023 23:11:39 +0000 Subject: [PATCH] fix typo Signed-off-by: Ian Chen --- src/Plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin.cc b/src/Plugin.cc index e2c05684a..3da524344 100644 --- a/src/Plugin.cc +++ b/src/Plugin.cc @@ -72,7 +72,7 @@ class gz::gui::PluginPrivate public: QQmlContext *context{nullptr}; /// \brief Map of card properties to be passed to QML card object. - /// Accepts all QML Pane properties plus custom Gazeb: GUI properties. + /// Accepts all QML Pane properties plus custom Gazebo: GUI properties. /// https://doc.qt.io/qt-5/qml-qtquick-controls2-pane-members.html public: std::map cardProperties;